mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 10:32:47 +08:00
9244b5a737
When the signal sent by the sender is blocked in the target task, if the target task has an action registered with sa_flags SA_KENELHAND, it will directly respond to the action in the context of the sender. When the action is executed, it will have the parameters set by the target task with sigaction:sa_user. Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>