nuttx/sched
2016-12-09 14:41:54 -06:00
..
clock
environ
errno
group Fix DEBUGASSERT() in group_signal.c 2016-12-04 06:52:08 -06:00
init Flesh out more cancellation point logic. 2016-12-09 10:31:40 -06:00
irq Olimex-LPC1766-STK: Enable procfs in NSH configuration. Automount /proc on startup. 2016-12-05 08:52:40 -06:00
module
mqueue
paging
pthread Update Documentation 2016-12-09 14:41:54 -06:00
sched More cancellation points. 2016-12-09 13:49:36 -06:00
semaphore cancellation points are basically function. More tested is needed and additional cancellation points must be implemented before this can be merged back to master. 2016-12-09 12:01:18 -06:00
signal 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
task More cancellation points. 2016-12-09 13:49:36 -06:00
timer
wdog
wqueue
.gitignore
Kconfig Add pthread_testcancel(), pthread_testcancel(), and definitiions for cancellation types. 2016-12-09 07:23:00 -06:00
Makefile