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
sched_addreadytorun.c
sched_cpuload.c
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
sched_getfiles.c
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
sched_getstreams.c
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
sched_processtimer.c Fix some bad conditional compilation 2015-07-24 12:27:15 -06:00
sched_releasetcb.c
sched_removeblocked.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -06:00
sched_removereadytorun.c
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
sched_waitid.c
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