Changeset 7097962 in rtems for cpukit/score/src

Timestamp:
08/29/18 07:43:44 (6 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
e58f1cd3
Parents:
d8bc0730
git-author:
Sebastian Huber <sebastian.huber@…> (08/29/18 07:43:44)
git-committer:
Sebastian Huber <sebastian.huber@…> (09/10/18 08:38:45)
Message:

score: Add thread pin/unpin support

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.

(No files)

Note: See TracChangeset for help on using the changeset viewer.