incubator-nuttx/sched/signal
Huang Qi a2941532bd pthread: Avoid recursive pthread_exit call
pthread_exit will be called recursive when pthread_cancel
or other cleanup operation with syscalls that support
cancellation, to avoid this by mark current tcb flag as
TCB_FLAG_CANCEL_DOING instead of TCB_FLAG_CANCEL_PENDING.

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2021-05-21 22:46:52 -06:00
..
Make.defs sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
sig_action.c sched/: Make more naming consistent 2020-05-16 13:39:03 -03:00
sig_allocpendingsigaction.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
sig_cleanup.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
sig_default.c pthread: Avoid recursive pthread_exit call 2021-05-21 22:46:52 -06:00
sig_deliver.c sched/signal: Implement SA_NODEFER and SA_RESETHAND 2021-03-31 18:27:01 -03:00
sig_dispatch.c sched/signal: Implement SA_NODEFER and SA_RESETHAND 2021-03-31 18:27:01 -03:00
sig_findaction.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
sig_initialize.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
sig_kill.c signal/sig_kill.c: remove the limitation of kill(0, xx) 2021-03-03 15:03:32 +00:00
sig_lowest.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
sig_nanosleep.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
sig_notification.c sched/signal/sig_notification.c: Fix a syslog format error 2020-11-20 22:22:53 -08:00
sig_pause.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
sig_pending.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
sig_ppoll.c Change all files come from Xiaomi/Pinecone to Apache License 2.0 2020-08-22 17:37:21 -06:00
sig_procmask.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
sig_pselect.c Change all files come from Xiaomi/Pinecone to Apache License 2.0 2020-08-22 17:37:21 -06:00
sig_queue.c Remove CONFIG_CAN_PASS_STRUCT 2020-04-11 21:19:47 +01:00
sig_releasependingsigaction.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
sig_releasependingsignal.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
sig_removependingsignal.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
sig_sleep.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
sig_suspend.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
sig_timedwait.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
sig_unmaskpendingsignal.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
sig_usleep.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
sig_waitinfo.c sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00
signal.h sched: Author Gregory Nutt: update licenses to Apache 2021-02-09 01:21:53 -08:00