We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492e33d commit 26e8e73Copy full SHA for 26e8e73
1 file changed
src/signal.c
@@ -499,6 +499,7 @@ void rt_thread_handle_sig(rt_bool_t clean_state)
499
}
500
else
501
{
502
+ rt_spin_unlock_irqrestore(&_thread_signal_lock, level);
503
return;
504
505
0 commit comments