We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee00eb commit 90a44f8Copy full SHA for 90a44f8
src/utest/signal_tc.c
@@ -84,6 +84,8 @@ static void rt_signal_unmask_test(void)
84
uassert_int_equal(rt_thread_kill(rt_thread_self(), signo), RT_EOK);
85
rt_thread_mdelay(1);
86
uassert_int_not_equal(recive_sig, signo);
87
+ /* unmask to allow pending signal to be delivered and released */
88
+ rt_signal_unmask(signo);
89
}
90
91
return;
0 commit comments