incubator-nuttx/sched
Gregory Nutt 74189d84e2 Cancellation points: Fix some backward logic in conditional compilation. 2017-02-02 06:42:41 -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 SMP: Fix an error in critical section logic when performing a context switch from an interrupt handler. The g_cpu_irqset bit was not being set for the CPU so other CPUs did not know about the critical section. 2017-01-13 06:48:10 -06:00
module Shared Libs: Implement module based shared libraries for the PROTECTED mode build 2017-01-29 13:03:53 -06:00
mqueue Cancellation points: Fix some backward logic in conditional compilation. 2017-02-02 06:42:41 -06:00
paging
pthread Update README and some comments. 2017-01-02 13:54:07 -06:00
sched Missing semicolon in previous commit 2017-01-31 14:18:20 -06:00
semaphore Cancellation points: Fix some backward logic in conditional compilation. 2017-02-02 06:42:41 -06:00
signal Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -06:00
task Update README and some comments. 2017-01-02 13:54:07 -06:00
timer
wdog
wqueue
.gitignore
Kconfig Module names are not needed in libc/modlib when the module library is used only for shared library support. 2017-01-29 12:23:24 -06:00
Makefile