summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/scheduleraddprocessor.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Add thread pin/unpin supportSebastian Huber2018-09-101-1/+1
| | | | | | | | | Add support to temporarily pin a thread to its current processor. This may be used to access per-processor data structures in critical sections with enabled thread dispatching, e.g. a pinned thread is allowed to block. Update #3508.
* score: Add processor set to scheduler contextSebastian Huber2017-07-071-1/+1
| | | | | | | Replace the simple processor count with the processor set owned by the scheduler instance. Update #3059.
* rtems: Use _Thread_Dispatch_direct()Sebastian Huber2016-12-021-1/+1
| | | | Update #2797.
* rtems: Fix rtems_scheduler_add_processor()Sebastian Huber2016-12-021-4/+1
| | | | | | Fix thread dispatch profiling of rtems_scheduler_add_processor(). Update #2797.
* rtems: Add scheduler processor add/removeSebastian Huber2016-11-101-0/+119
Update #2797.