nuttx/sched/wqueue
Gregory Nutt 3521aaf944 Squashed commit of the following:
binfmt/, configs/, grahics/, libc/, mm/, net/, sched/:  OS references to the errno variable should always use the set_errno(), get_errno() macros
    arch/arm/src/stm32 and stm32f7:  Architecture-specific code is not permitted to modify the errno variable.  drivers/ and libc/:  OS references to the errno variable should always use the set_errno(), get_errno() macros
2018-01-30 17:57:36 -06:00
..
kwork_cancel.c Remove some empty file section section header comments 2016-02-17 17:15:08 -06:00
kwork_hpthread.c Squashed commit of the following: 2018-01-30 17:57:36 -06:00
kwork_inherit.c Squashed commit of the following: 2018-01-30 11:08:18 -06:00
kwork_lpthread.c Squashed commit of the following: 2018-01-30 17:57:36 -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 User-mode work queue logic should not disable interrupts 2014-10-10 14:52:04 -06:00
wqueue.h Update to use 64-bit timer when available 2016-01-21 11:54:26 -06:00