Changeset a5aaf20 in rtems for cpukit/rtems/src

Timestamp:
08/10/21 13:07:35 (3 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
a0ec14c
Parents:
9399e12c
git-author:
Sebastian Huber <sebastian.huber@…> (08/10/21 13:07:35)
git-committer:
Sebastian Huber <sebastian.huber@…> (08/12/21 18:58:26)
Message:

score: Replace priority prepend it with an enum

Use the new Priority_Group_order enum instead of a boolean to indicated if a
priority should be inserted as the first or last node into its priority group.
This makes the code more expressive. It is also a bit more efficient since a
branch in _Scheduler_Node_set_priority() is avoided and a simple bitwise or
operation can be used.

(No files)

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