nuttx/sched/signal
zhangyuan21 671c5dc3d8 sched/pthread: Don't do cancel when it is already in the exit process
When the task is already in the exit process,
do not execute pthread cancel and return ESRCH.

Signed-off-by: zhangyuan21 <zhangyuan21@xiaomi.com>
2023-08-03 03:12:36 -07:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Make.defs
sig_action.c
sig_allocpendingsigaction.c
sig_cleanup.c
sig_default.c signal: SIGCONT can be caught 2023-07-12 21:27:06 +08:00
sig_deliver.c
sig_dispatch.c sched/pthread: Don't do cancel when it is already in the exit process 2023-08-03 03:12:36 -07:00
sig_findaction.c
sig_initialize.c
sig_kill.c
sig_lowest.c
sig_nanosleep.c sched/signal/sig_nanosleep: fix the clock_nanosleep posix case 2023-07-23 22:02:03 -07:00
sig_notification.c
sig_pause.c
sig_pending.c
sig_ppoll.c
sig_procmask.c ltp: sigprocmask fix 2023-07-31 22:29:31 -07:00
sig_pselect.c
sig_queue.c style: remove extra spaces and align parameters 2023-06-11 12:55:29 +08:00
sig_releasependingsigaction.c
sig_releasependingsignal.c
sig_removependingsignal.c
sig_sleep.c
sig_suspend.c
sig_tgkill.c
sig_timedwait.c signal: correct to const pointer for sigorset and sigandset 2023-07-05 16:26:18 +08:00
sig_unmaskpendingsignal.c
sig_usleep.c
sig_waitinfo.c
signal.h