nuttx/sched
2016-03-10 19:31:22 -06:00
..
clock Remove some empty file section section header comments 2016-02-17 18:05:03 -06:00
environ Remove some empty file section section header comments 2016-02-17 17:38:39 -06:00
errno Remove some empty file section section header comments 2016-02-17 18:05:03 -06:00
group Minor simplication to last commit; Update TODO list 2016-02-18 09:21:43 -06:00
init Add a CPU affinity set to the TCB if SMP is enable and use this CPU set as a mask for determining which CPUs the thread may run on. Add an affinity field to the attrributes to permit controlling which CPUs a pthread may run on. Implements pthread_att_setaffinity_np() and pthread_attr_getaffinity_np(). 2016-02-19 17:33:35 -06:00
irq Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
module Modules: Add mod_setsymtab to set global symtol table once. Now we can remove symbol table parameters from the insmod call. This will make implementing an NSH insmod command much easier 2015-12-13 08:10:01 -06:00
mqueue Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
paging Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
pthread Fix some missing header file inclusions and a misplaced semi-colon from recent commits 2016-02-21 11:27:55 -06:00
sched sched: Recent change of ASSERT to DEBUGASSERT causes a crash when debug is diabled because there is a critical function call within the assertion 2016-02-23 10:27:40 -06:00
semaphore Update some comments 2016-03-06 13:50:26 -06:00
signal Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
task Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
timer Remove some empty file section section header comments 2016-02-17 17:38:39 -06:00
tls TLS: Add logic to get/set arbitrary TLS values 2016-03-10 19:31:22 -06:00
wdog Remove some empty file section section header comments 2016-02-17 17:17:44 -06:00
wqueue Remove some empty file section section header comments 2016-02-17 17:15:08 -06:00
.gitignore .dSYM only needs to be in the same .gitignore files as .exe 2013-05-30 15:02:04 -06:00
Kconfig TLS: Add logic to get/set arbitrary TLS values 2016-03-10 19:31:22 -06:00
Makefile Add basic definitions for TLS support 2016-03-10 11:56:33 -06:00