Files
nuttx/include
dongjiuzhu1 9244b5a737 signal: Support sigaction:sa_user, siginfo_t:si_user with user info
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>
2022-12-28 23:05:58 +08:00
..
2022-08-02 21:04:19 +08:00
2022-12-14 02:33:56 +08:00
2022-12-09 11:19:55 +08:00
2022-12-16 22:10:59 +02:00
2022-12-21 10:56:45 +08:00
2022-10-19 21:20:35 +08:00
2022-12-21 10:56:45 +08:00
2022-10-28 02:19:26 +08:00
2022-08-09 22:13:09 +03:00
2022-12-10 02:36:24 +08:00