nuttx/sched/signal
2018-03-13 09:52:27 -06:00
..
Make.defs Adds new OS internal functions nxsig_sleep() and nxsig_usleep. These differ from the standard sleep() and usleep() in that (1) they don't cause cancellation points, and (2) don't set the errno variable (if applicable). All calls to sleep() and usleep() changed to calls to nxsig_sleep() and nxsig_usleep(). 2017-10-06 10:15:01 -06:00
sig_action.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
sig_allocpendingsigaction.c
sig_cleanup.c
sig_deliver.c
sig_dispatch.c arch/arm/src/armv7-a: Port the SMP change by Masayuki Ishikawa to the ARMv7-A family. 2018-02-14 08:36:34 -06:00
sig_findaction.c
sig_initialize.c
sig_kill.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
sig_lowest.c
sig_mqnotempty.c Squashed commit of the following: 2017-10-07 12:16:10 -06:00
sig_nanosleep.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
sig_notification.c
sig_pause.c
sig_pending.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
sig_procmask.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
sig_queue.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
sig_releasependingsigaction.c
sig_releasependingsignal.c
sig_removependingsignal.c
sig_sleep.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
sig_suspend.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
sig_timedwait.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
sig_unmaskpendingsignal.c
sig_usleep.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
sig_waitinfo.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
signal.h sched/signal: Add logic to wake up a thread that is waiting on a signal if it is canceled. 2017-10-12 08:55:19 -06:00