summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadunpin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Add thread pin/unpin supportSebastian Huber2018-09-101-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.