Changeset 9c0591f1 in rtems

Timestamp:
03/25/21 08:11:26 (3 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
d9249c9
Parents:
ce8f31c
git-author:
Sebastian Huber <sebastian.huber@…> (03/25/21 08:11:26)
git-committer:
Sebastian Huber <sebastian.huber@…> (09/01/21 18:24:57)
Message:

score: Fix priority discipline handling

The priority queues in clustered scheduling configurations use a per
scheduler priority queue rotation to ensure FIFO fairness across
schedulers. This mechanism is implemented in the thread queue surrender
operation. Unfortunately some semaphore and message queue directives
used wrongly the thread queue extract operation. Fix this through the
use of _Thread_queue_Surrender().

Update #4358.

(No files)

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