incubator-nuttx/sched
EunBong Song 5951bcd837 Change ordering of round-robin time slice check (sched_process_scheduler()) and processing of wdog timers (wd_timer()). wd_timer()'s callback function can change current running task and, hence, must be done after the time slice check.
The time slice check will decrement the currently running task's time slice allotment.  If such a context switch occurs, then the newly started task will lost one could of that allotment before it even has a chance to run.
2018-04-13 07:38:15 -06:00
..
clock Update some comments. 2018-03-14 08:17:50 -06:00
environ Standardization of some function headers. 2018-03-13 09:52:27 -06:00
errno Standardization of some function headers. 2018-03-13 09:52:27 -06:00
group Standardization of some function headers. 2018-03-13 09:52:27 -06:00
init Eliminate new warnings due to unused local variables noted in build testing. 2018-02-01 10:25:48 -06:00
irq Merged in masayuki2009/nuttx.nuttx/change_copyright (pull request #621) 2018-04-04 12:35:47 +00:00
module Update comments, mostly spelling errors. 2018-01-27 09:37:46 -06:00
mqueue Standardization of some function headers. 2018-03-13 09:52:27 -06:00
paging Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
pthread Standardization of some function headers. 2018-03-13 09:52:27 -06:00
sched Change ordering of round-robin time slice check (sched_process_scheduler()) and processing of wdog timers (wd_timer()). wd_timer()'s callback function can change current running task and, hence, must be done after the time slice check. 2018-04-13 07:38:15 -06:00
semaphore Standardization of some function headers. 2018-03-13 09:52:27 -06:00
signal Standardization of some function headers. 2018-03-13 09:52:27 -06:00
task Update some comments. 2018-03-16 09:34:09 -06:00
timer Standardization of some function headers. 2018-03-13 09:52:27 -06:00
wdog Standardization of some function headers. 2018-03-13 09:52:27 -06:00
wqueue Standardization of some function headers. 2018-03-13 09:52:27 -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