nuttx/sched
2016-02-19 15:57:07 -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 SMP: Cosmetic renaming to clarify functionality of SMP interfaces. Update comments. 2016-02-17 13:36:25 -06:00
irq Rename cpuset_t to cpu_set_t which is the type used in some non-standard Linux/GNU interfaces. Move definitions of cpu_set_t to include/sys/types.h. Add prototypes for sched_setaffinity(), sched_getaffinity(), pthread_attr_setaffinity_np(), pthread_attr_getaffinity_np(), pthread_setaffinity_np(), and pthread_getaffinity_np(). No implementation is yet in place. 2016-02-19 15:57:07 -06:00
module
mqueue Remove some empty file section section header comments 2016-02-17 17:04:51 -06:00
paging Remove some empty file section section header comments 2016-02-17 17:38:39 -06:00
pthread Remove some empty C file section comments; Update some text in TODO file 2016-02-19 10:01:15 -06:00
sched Rename cpuset_t to cpu_set_t which is the type used in some non-standard Linux/GNU interfaces. Move definitions of cpu_set_t to include/sys/types.h. Add prototypes for sched_setaffinity(), sched_getaffinity(), pthread_attr_setaffinity_np(), pthread_attr_getaffinity_np(), pthread_setaffinity_np(), and pthread_getaffinity_np(). No implementation is yet in place. 2016-02-19 15:57:07 -06:00
semaphore Rename cpuset_t to cpu_set_t which is the type used in some non-standard Linux/GNU interfaces. Move definitions of cpu_set_t to include/sys/types.h. Add prototypes for sched_setaffinity(), sched_getaffinity(), pthread_attr_setaffinity_np(), pthread_attr_getaffinity_np(), pthread_setaffinity_np(), and pthread_getaffinity_np(). No implementation is yet in place. 2016-02-19 15:57:07 -06:00
signal Trivial, cosmetic changes 2016-02-18 14:56:48 -06:00
task SMP: Add funtions to perform atomic bit set/clear operations; fix two errors in SMP macros 2016-02-17 13:20:01 -06:00
timer Remove some empty file section section header comments 2016-02-17 17:38:39 -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
Kconfig Fix two unterminated strings in Kconfig files 2016-02-18 17:13:03 -06:00
Makefile