nuttx/sched
2017-03-04 11:33:36 -06:00
..
clock
environ
errno
group
init C library: Add ffs(). Add strings.h. Move strcasecmp, strncasecmp, bzero, bcmp, and bcopy to where they belong in strings.h.h, not string.h. bzero, bcmp, and bcopy are legacy functions; the contemporary counterparts should be used instead. 2017-02-16 16:10:09 -06:00
irq Smaller vector tables: Add irq_mapped_t. 2017-03-03 10:20:40 -06:00
module
mqueue sigtimedwait: When timer expires, up_unblock_task() is called. This is okay in the single CPU case because interrupts are disable in the timer interrupt handler. But it is insufficient in the SMP case. enter_ and leave_critical_section() must be called in order to manage spinlocks correctly. 2017-02-24 10:07:23 -06:00
paging
pthread pthread_create: g_pthreadname[] is not used if CONFIG_TASK_NAME_SIZE==0. 2017-02-26 18:15:16 -06:00
sched sigtimedwait: When timer expires, up_unblock_task() is called. This is okay in the single CPU case because interrupts are disable in the timer interrupt handler. But it is insufficient in the SMP case. enter_ and leave_critical_section() must be called in order to manage spinlocks correctly. 2017-02-24 10:07:23 -06:00
semaphore
signal Merged in masayuki2009/nuttx.nuttx/remove_unused_variable (pull request #233) 2017-03-02 12:39:32 +00:00
task Olimex-STM32-P407: Enable task names 2017-03-04 08:49:24 -06:00
timer
wdog Update some wdog-related comments 2017-02-24 10:58:37 -06:00
wqueue
.gitignore
Kconfig net/drivers/skeleton.c: Back out serialization changes of the last commit. They are not necessary in the skeleton.c example because the calls to net_lock() at the beginning of each worker function will enforce serialization. 2017-03-04 11:33:36 -06:00
Makefile