nuttx/sched/sched
2014-08-12 13:50:18 -06:00
..
Make.defs
sched_addblocked.c Tickless Stuff: Back out the risky timer operations when the ready-to-run list is modified. That is unsafe. An ugly workaround is just to keep an interval timer going all of the time with a minimum duration equal to the timeslice interval. 2014-08-12 11:12:00 -06:00
sched_addprioritized.c
sched_addreadytorun.c Tickless Stuff: Back out the risky timer operations when the ready-to-run list is modified. That is unsafe. An ugly workaround is just to keep an interval timer going all of the time with a minimum duration equal to the timeslice interval. 2014-08-12 11:12:00 -06:00
sched_cpuload.c
sched_foreach.c
sched_free.c
sched_garbage.c
sched_getfiles.c
sched_getparam.c
sched_getscheduler.c
sched_getsockets.c
sched_getstreams.c
sched_gettcb.c
sched_lock.c
sched_lockcount.c
sched_mergepending.c
sched_processtimer.c
sched_releasetcb.c
sched_removeblocked.c
sched_removereadytorun.c Tickless Stuff: Back out the risky timer operations when the ready-to-run list is modified. That is unsafe. An ugly workaround is just to keep an interval timer going all of the time with a minimum duration equal to the timeslice interval. 2014-08-12 11:12:00 -06:00
sched_reprioritize.c
sched_rrgetinterval.c
sched_self.c
sched_setparam.c
sched_setpriority.c
sched_setscheduler.c
sched_timerexpiration.c Updated comments 2014-08-12 13:50:18 -06:00
sched_unlock.c
sched_verifytcb.c
sched_wait.c
sched_waitid.c
sched_waitpid.c
sched_yield.c
sched.h Timers: In Tickless mode, need to stop the interval timer before inserted a new delay into the timer list. Otherwise, the time is incorrect on the first entry of the list 2014-08-11 08:25:25 -06:00