nuttx/sched
2018-02-05 13:12:36 -06:00
..
clock Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
environ Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
errno Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
group Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
init Eliminate new warnings due to unused local variables noted in build testing. 2018-02-01 10:25:48 -06:00
irq sched/sched: Implements a global scheduler lock capability as part of SMP support. This allows the scheduler to be locked with no knowledge or access to the TCB of the currently running task. This is necessary because accessing the TCB of the currenlty running task is, itself, a non-atomic operation. This global scheduler lock cpability was add just to support that atomic access to the TCB. 2018-02-05 13:12:36 -06:00
module Update comments, mostly spelling errors. 2018-01-27 09:37:46 -06:00
mqueue Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
paging Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
pthread Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
sched sched/sched: Implements a global scheduler lock capability as part of SMP support. This allows the scheduler to be locked with no knowledge or access to the TCB of the currently running task. This is necessary because accessing the TCB of the currenlty running task is, itself, a non-atomic operation. This global scheduler lock cpability was add just to support that atomic access to the TCB. 2018-02-05 13:12:36 -06:00
semaphore Update some comments 2018-02-05 07:58:00 -06:00
signal Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
task Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
timer Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
wdog Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
wqueue Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
.gitignore
Kconfig Kconfigs: Add comments and a dependency. 2018-02-04 16:32:14 -06:00
Makefile TLS: Simplify 2016-03-11 07:17:32 -06:00