Changeset 8568341 in rtems for testsuites/smptests

Timestamp:
06/11/14 12:31:03 (10 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
52f8e90d
Parents:
ac532f3
git-author:
Sebastian Huber <sebastian.huber@…> (06/11/14 12:31:03)
git-committer:
Sebastian Huber <sebastian.huber@…> (07/08/14 14:30:48)
Message:

score: Need for help indicator for scheduler ops

Return a thread in need for help for the following scheduler operations

  • unblock,
  • change priority, and
  • yield.

A thread in need for help is a thread that encounters a scheduler state
change from scheduled to ready or a thread that cannot be scheduled in
an unblock operation. Such a thread can ask threads which depend on
resources owned by this thread for help.

(No files)

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