nuttx/sched/sched
2017-01-31 14:18:20 -06:00
..
Make.defs
sched_addblocked.c
sched_addprioritized.c
sched_addreadytorun.c Update some comments 2017-01-13 16:32:09 -06:00
sched_cpuload_oneshot.c CPU load: Correct computation of the nominal period to use when the source is a oneshot timer. 2017-01-22 07:12:22 -06:00
sched_cpuload.c SMP: Fix timer related issues: Round robin and sporadic scheduling were only being performed for tasks running on the CPU that processes the system timer interrupt. Similary, CPU load measurements were only be processed for running on the CPU that receives the sampling interrupt. 2017-01-23 12:14:01 -06:00
sched_cpupause.c
sched_cpuselect.c
sched_foreach.c
sched_free.c
sched_garbage.c
sched_getaffinity.c
sched_getfiles.c
sched_getparam.c
sched_getscheduler.c
sched_getsockets.c
sched_getstreams.c
sched_gettcb.c
sched_idletask.c
sched_lock.c
sched_lockcount.c
sched_mergepending.c SMP: Use irq_cpu_locked() in sched_mergepending() 2016-12-29 08:53:31 -06:00
sched_mergeprioritized.c
sched_note.c sched_note: Fix spinlock instrumentation 2017-01-12 08:04:28 -06:00
sched_processtimer.c SMP: Fix timer related issues: Round robin and sporadic scheduling were only being performed for tasks running on the CPU that processes the system timer interrupt. Similary, CPU load measurements were only be processed for running on the CPU that receives the sampling interrupt. 2017-01-23 12:14:01 -06:00
sched_releasetcb.c
sched_removeblocked.c
sched_removereadytorun.c Update some comments 2017-01-13 16:32:09 -06:00
sched_reprioritize.c
sched_resumescheduler.c
sched_roundrobin.c
sched_rrgetinterval.c
sched_self.c
sched_setaffinity.c
sched_setparam.c
sched_setpriority.c Eliminate a warning 2017-01-13 06:56:13 -06:00
sched_setscheduler.c
sched_sporadic.c
sched_suspendscheduler.c
sched_timerexpiration.c Missing semicolon in previous commit 2017-01-31 14:18:20 -06:00
sched_unlock.c Eliminate a warning 2016-12-31 14:47:32 -06:00
sched_verifytcb.c
sched_wait.c Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -06:00
sched_waitid.c Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -06:00
sched_waitpid.c Move cancellation point definitions to their own header file. 2016-12-10 09:08:26 -06:00
sched_yield.c
sched.h