nuttx/sched/sched
2014-08-12 13:50:18 -06:00
..
Make.defs Part of the last incomplete change 2014-08-08 17:45:54 -06:00
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 Partial (non-working) checked in before the big, risky automated change 2014-08-08 17:29:44 -06:00
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 Partial (non-working) checked in before the big, risky automated change 2014-08-08 17:29:44 -06:00
sched_foreach.c Partial (non-working) checked in before the big, risky automated change 2014-08-08 17:29:44 -06:00
sched_free.c Partial (non-working) checked in before the big, risky automated change 2014-08-08 17:29:44 -06:00
sched_garbage.c Partial (non-working) checked in before the big, risky automated change 2014-08-08 17:29:44 -06:00
sched_getfiles.c Partial (non-working) checked in before the big, risky automated change 2014-08-08 17:29:44 -06:00
sched_getparam.c Partial (non-working) checked in before the big, risky automated change 2014-08-08 17:29:44 -06:00
sched_getscheduler.c Partial (non-working) checked in before the big, risky automated change 2014-08-08 17:29:44 -06:00
sched_getsockets.c Partial (non-working) checked in before the big, risky automated change 2014-08-08 17:29:44 -06:00
sched_getstreams.c Partial (non-working) checked in before the big, risky automated change 2014-08-08 17:29:44 -06:00
sched_gettcb.c Partial (non-working) checked in before the big, risky automated change 2014-08-08 17:29:44 -06:00
sched_lock.c Partial (non-working) checked in before the big, risky automated change 2014-08-08 17:29:44 -06:00
sched_lockcount.c Partial (non-working) checked in before the big, risky automated change 2014-08-08 17:29:44 -06:00
sched_mergepending.c Partial (non-working) checked in before the big, risky automated change 2014-08-08 17:29:44 -06:00
sched_processtimer.c Partial (non-working) checked in before the big, risky automated change 2014-08-08 17:29:44 -06:00
sched_releasetcb.c Partial (non-working) checked in before the big, risky automated change 2014-08-08 17:29:44 -06:00
sched_removeblocked.c Partial (non-working) checked in before the big, risky automated change 2014-08-08 17:29:44 -06:00
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 Partial (non-working) checked in before the big, risky automated change 2014-08-08 17:29:44 -06:00
sched_rrgetinterval.c Partial (non-working) checked in before the big, risky automated change 2014-08-08 17:29:44 -06:00
sched_self.c Partial (non-working) checked in before the big, risky automated change 2014-08-08 17:29:44 -06:00
sched_setparam.c Partial (non-working) checked in before the big, risky automated change 2014-08-08 17:29:44 -06:00
sched_setpriority.c Partial (non-working) checked in before the big, risky automated change 2014-08-08 17:29:44 -06:00
sched_setscheduler.c Partial (non-working) checked in before the big, risky automated change 2014-08-08 17:29:44 -06:00
sched_timerexpiration.c Updated comments 2014-08-12 13:50:18 -06:00
sched_unlock.c Partial (non-working) checked in before the big, risky automated change 2014-08-08 17:29:44 -06:00
sched_verifytcb.c Partial (non-working) checked in before the big, risky automated change 2014-08-08 17:29:44 -06:00
sched_wait.c Partial (non-working) checked in before the big, risky automated change 2014-08-08 17:29:44 -06:00
sched_waitid.c Partial (non-working) checked in before the big, risky automated change 2014-08-08 17:29:44 -06:00
sched_waitpid.c Partial (non-working) checked in before the big, risky automated change 2014-08-08 17:29:44 -06:00
sched_yield.c Partial (non-working) checked in before the big, risky automated change 2014-08-08 17:29:44 -06:00
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