summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/schedulerdefaultstartidle.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Create scheduler implementation headerSebastian Huber2013-07-261-1/+1
| | | | | | Move implementation specific parts of scheduler.h and scheduler.inl into new header file schedulerimpl.h. The scheduler.h contains now only the application visible API.
* scheduler: Add start idle thread operationSebastian Huber2013-06-141-0/+22
Add and use _Scheduler_Start_idle().