nuttx/sched/sched
2014-08-28 17:00:24 -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 Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- the architecure must first declare support 2014-08-24 06:42:11 -06:00
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 nuttx/sched: Remove explicit references to errno. That is a problem from within the kernel for certain configurations 2014-08-28 17:00:24 -06:00
sched_setpriority.c nuttx/sched: Remove explicit references to errno. That is a problem from within the kernel for certain configurations 2014-08-28 17:00:24 -06:00
sched_setscheduler.c nuttx/sched: Remove explicit references to errno. That is a problem from within the kernel for certain configurations 2014-08-28 17:00:24 -06:00
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