summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpwakeafter01 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtems: Fix rtems_task_set_scheduler() APISebastian Huber2016-07-011-2/+2
| | | | | | | | | | | Task priorities are only valid within a scheduler instance. The rtems_task_set_scheduler() directive moves a task from one scheduler instance to another using the current priority of the thread. However, the current task priority of the source scheduler instance is undefined in the target scheduler instance. Add a third parameter to specify the priority. Close #2749.
* score: Replace watchdog handler implementationSebastian Huber2016-03-041-32/+192
| | | | | | | | | Use a red-black tree instead of delta chains. Close #2344. Update #2554. Update #2555. Close #2606.
* smptests/smpwakeafter01: Add scheduler configSebastian Huber2016-02-172-0/+67
| | | | Update #2554.
* smptests/smpwakeafter01: Fix task countSebastian Huber2015-01-091-1/+1
|
* smptests/smpwakeafter01: New testSebastian Huber2014-06-184-0/+228