nuttx/sched
2016-12-09 17:44:37 -06:00
..
clock sched/clock: Correct calculation for the case of Tickless mode with a 32-bit timer. In that case, the calculation was returning millisecond accuracy. That is not good when the timer accuracy is < 1 msec. 2016-11-19 09:55:21 -06:00
environ
errno
group Fix DEBUGASSERT() in group_signal.c 2016-12-04 06:52:08 -06:00
init Fix some SMP-related compilation errors 2016-12-09 17:10:59 -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 Finishes all cancellation point logic 2016-12-09 16:50:34 -06:00
paging
pthread Trivial, cosmetic 2016-12-09 17:27:57 -06:00
sched More cancellation points. 2016-12-09 13:49:36 -06:00
semaphore Finishes all cancellation point logic 2016-12-09 16:50:34 -06:00
signal Finishes all cancellation point logic 2016-12-09 16:50:34 -06:00
task More cancellation points. 2016-12-09 13:49:36 -06:00
timer
wdog Most interrupt handling logic interacts with tasks via standard mechanism such as sem_post, sigqueue, mq_send, etc. This all call enter_critical_section and are assumed to be safe in the SMP case. 2016-11-18 13:57:30 -06:00
wqueue
.gitignore
Kconfig Cancellation points no longer depend on EXPERIMENTAL 2016-12-09 17:44:37 -06:00
Makefile