Changeset f0c8501 in rtems for cpukit/score

Timestamp:
07/11/14 07:47:05 (10 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
1af8634a
Parents:
27783f6
git-author:
Sebastian Huber <sebastian.huber@…> (07/11/14 07:47:05)
git-committer:
Sebastian Huber <sebastian.huber@…> (07/11/14 07:55:33)
Message:

score: Scheduler helping proto for affinity sched

The priority affinity scheduler has the nice property that it can
produce more than one scheduled to ready state change in one operation.
Each scheduled to ready state change may lead to one thread in need for
help. Since it is currently only possible to return at most one thread
in need for help, we have a problem here.

A solution might be to move the check for migrations into the ask for
help mechanism.

(No files)

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