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 Remove some empty file section section header comments 2016-02-17 17:15:08 -06:00
kwork_hpthread.c Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err(). 2016-06-20 12:44:38 -06:00
kwork_inherit.c Miscellaneous fixes from astyle tool. 2017-08-14 17:19:27 -06:00
kwork_lpthread.c Miscellaneous fixes from astyle tool. 2017-08-14 17:19:27 -06:00
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 Work queue: In a recent change for a problem noted by Pascal Speck, it was noted (again by Pascal Speck) that the cancellation of existing work and replacement with new work must be atomic. Thanks, Pascal. 2017-08-31 07:43:47 -06:00
kwork_signal.c Squashed commit of the following: 2017-10-07 08:22:18 -06:00
Make.defs
wqueue.h Update to use 64-bit timer when available 2016-01-21 11:54:26 -06:00