incubator-nuttx/sched/signal
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
..
Make.defs
sig_action.c signal: Support sigaction:sa_user, siginfo_t:si_user with user info 2022-12-28 23:05:58 +08:00
sig_allocpendingsigaction.c
sig_cleanup.c
sig_default.c sched: remove unnecessary type cast 2022-12-15 09:44:32 +08:00
sig_deliver.c signal: signal handler may cause task's state error 2022-01-05 21:36:44 +09:00
sig_dispatch.c signal: Support sigaction:sa_user, siginfo_t:si_user with user info 2022-12-28 23:05:58 +08:00
sig_findaction.c
sig_initialize.c libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
sig_kill.c
sig_lowest.c
sig_nanosleep.c
sig_notification.c
sig_pause.c
sig_pending.c signal/nxsig_pengingset: move nxsig_pendingset to common header 2022-12-28 23:05:58 +08:00
sig_ppoll.c
sig_procmask.c
sig_pselect.c
sig_queue.c
sig_releasependingsigaction.c
sig_releasependingsignal.c
sig_removependingsignal.c
sig_sleep.c
sig_suspend.c nuttx/sched: merge up_block_task and up_unblock_task 2022-11-22 22:59:08 +08:00
sig_timedwait.c nuttx/sched: merge up_block_task and up_unblock_task 2022-11-22 22:59:08 +08:00
sig_unmaskpendingsignal.c
sig_usleep.c
sig_waitinfo.c
signal.h signal/nxsig_pengingset: move nxsig_pendingset to common header 2022-12-28 23:05:58 +08:00