mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 05:55:46 +08:00
sched/signal: Cosmetic changes
This commit is contained in:
committed by
Xiang Xiao
parent
a562fba971
commit
e4094eff12
@@ -358,7 +358,7 @@ int nxsig_tcbdispatch(FAR struct tcb_s *stcb, siginfo_t *info)
|
|||||||
{
|
{
|
||||||
/* Check if the task is waiting for this pending signal. If so, then
|
/* Check if the task is waiting for this pending signal. If so, then
|
||||||
* unblock it. This must be performed in a critical section because
|
* unblock it. This must be performed in a critical section because
|
||||||
* signals can be queued * from the interrupt level.
|
* signals can be queued from the interrupt level.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
flags = enter_critical_section();
|
flags = enter_critical_section();
|
||||||
|
|||||||
Reference in New Issue
Block a user