nuttx/sched/wqueue
Gregory Nutt 9e25d89223 Squashed commit of the following:
Replace all usage kill() in the OS proper with nxsig_kill().

    sched/signal:  Add nxsig_kill() which is functionally equivalent to kill() except that it does not modify the errno variable.
2017-10-07 08:22:18 -06:00
..
kwork_cancel.c
kwork_hpthread.c
kwork_inherit.c
kwork_lpthread.c
kwork_process.c 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
kwork_queue.c
kwork_signal.c Squashed commit of the following: 2017-10-07 08:22:18 -06:00
Make.defs
wqueue.h