Changeset d78d529 in rtems for cpukit/sapi/src

Timestamp:
11/14/16 08:11:07 (7 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
82d30a3
Parents:
acc6d9bf
git-author:
Sebastian Huber <sebastian.huber@…> (11/14/16 08:11:07)
git-committer:
Sebastian Huber <sebastian.huber@…> (11/18/16 06:30:31)
Message:

score: Add and use _Thread_Dispatch_direct()

This function is useful for operations which synchronously block, e.g.
self restart, self deletion, yield, sleep. It helps to detect if these
operations are called in the wrong context. Since the thread dispatch
necessary indicator is not used, this is more robust in some SMP
situations.

Update #2751.

(No files)

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