incubator-nuttx/sched/signal
Gregory Nutt b52e4e5ecd Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -06:00
..
Make.defs
sig_action.c
sig_allocatependingsigaction.c
sig_cleanup.c
sig_deliver.c
sig_dispatch.c This commit adds a new internal interfaces and fixes a problem with three APIs in the SMP configuration. The new internal interface is sched_cpu_pause(tcb). This function will pause a CPU if the task associated with 'tcb' is running on that CPU. This allows a different CPU to modify that OS data stuctures associated with the CPU. When the other CPU is resumed, those modifications can safely take place. 2016-11-20 07:57:18 -06:00
sig_findaction.c
sig_initialize.c
sig_kill.c
sig_lowest.c
sig_mqnotempty.c
sig_nanosleep.c Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -06:00
sig_notification.c
sig_pause.c Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -06:00
sig_pending.c
sig_procmask.c
sig_queue.c
sig_releasependingsigaction.c
sig_releasependingsignal.c
sig_removependingsignal.c
sig_suspend.c Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -06:00
sig_timedwait.c Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -06:00
sig_unmaskpendingsignal.c
sig_waitinfo.c Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -06:00
signal.h