nuttx/sched/sched
2015-07-27 18:08:21 -06:00
..
Make.defs Sporadic scheduler: misc bug fixes 2015-07-27 11:55:52 -06:00
sched_addblocked.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -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 Add logic to reset the replenish the sporadic scheduler when a task is resumed 2015-07-24 09:55:02 -06:00
sched_free.c Fix some warnings/errors detected by nuttx/tools/testbuilds.sh 2015-07-10 18:41:26 -06:00
sched_garbage.c Rename kfree to kmm_free for consistency with other naming conventions 2014-08-31 17:04:02 -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 This is basically a complete redesign of the sporadic scheduling logic due to limitations in the initial design 2015-07-25 12:50:53 -06:00
sched_getscheduler.c TCB: Increase the size of the scheduling policy field from 1 to 2 bits to allow additional, planned scheduling policies 2015-07-23 10:15:07 -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 Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL 2014-08-29 14:47:22 -06:00
sched_gettcb.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -06:00
sched_lock.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -06:00
sched_lockcount.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -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 Fix some bad conditional compilation 2015-07-24 12:27:15 -06:00
sched_releasetcb.c Complete re-implementation of mq_close 2014-09-29 15:33:34 -06:00
sched_removeblocked.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -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 Add basic sporadic schedule state machine 2015-07-24 09:03:21 -06:00
sched_resumescheduler.c Sporadic scheduler: Add logic to collection the partial timer expiration when a sporadic thread is suspended in tickless mode 2015-07-26 15:03:47 -06:00
sched_roundrobin.c Fix an syntax error in a debug asserion 2015-07-24 13:02:19 -06:00
sched_rrgetinterval.c Fix a test for valid scheduling policies 2015-07-24 10:20:22 -06:00
sched_self.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -06:00
sched_setparam.c This is basically a complete redesign of the sporadic scheduling logic due to limitations in the initial design 2015-07-25 12:50:53 -06:00
sched_setpriority.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -06:00
sched_setscheduler.c This is basically a complete redesign of the sporadic scheduling logic due to limitations in the initial design 2015-07-25 12:50:53 -06:00
sched_sporadic.c Fixes several more sporadic scheduler bugs 2015-07-27 18:08:21 -06:00
sched_suspendscheduler.c Sporadic scheduler: Fix how suspension time is calculated 2015-07-27 15:54:19 -06:00
sched_timerexpiration.c Sporadic scheduler: Add logic to collection the partial timer expiration when a sporadic thread is suspended in tickless mode 2015-07-26 15:03:47 -06:00
sched_unlock.c Fix some compilation error when both TICKLESS mode and the SPORADIC scheduler are enabled 2015-07-24 14:35:07 -06:00
sched_verifytcb.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -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 Implement WNOHANG for waitpid() only and for the case of CONFIG_SCHED_HAVE_PARENT not selected. From Max Neklyudov. 2015-07-02 09:34:58 -06:00
sched_yield.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -06:00
sched.h Sporadic scheduler: Fix how suspension time is calculated 2015-07-27 15:54:19 -06:00