summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadunpin.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-09-10score: Add thread pin/unpin supportSebastian Huber1-0/+72
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.