Changeset 125f248 in rtems for cpukit/score/include

Timestamp:
11/16/16 15:39:43 (7 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
a4217c6
Parents:
84e6f15
git-author:
Sebastian Huber <sebastian.huber@…> (11/16/16 15:39:43)
git-committer:
Sebastian Huber <sebastian.huber@…> (11/23/16 11:52:06)
Message:

score: Add thread queue enqueue callout

Replace the expected thread dispatch disable level with a thread queue
enqueue callout. This enables the use of _Thread_Dispatch_direct() in
the thread queue enqueue procedure. This avoids impossible exection
paths, e.g. Per_CPU_Control::dispatch_necessary is always true.

(No files)

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