Changeset 3e201139 in rtems for cpukit/score/src

Timestamp:
05/23/14 08:00:33 (10 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
6c7caa1a
Parents:
1fc2e960
git-author:
Sebastian Huber <sebastian.huber@…> (05/23/14 08:00:33)
git-committer:
Sebastian Huber <sebastian.huber@…> (06/03/14 06:15:16)
Message:

score: Add Resource Handler

A resource is something that has at most one owner at a time and may
have multiple rivals in case an owner is present. The owner and rivals
are impersonated via resource nodes. A resource is represented via the
resource control structure. The resource controls and nodes are
organized as trees. It is possible to detect deadlocks via such a
resource tree. The _Resource_Iterate() function can be used to iterate
through such a resource tree starting at a top node.

(No files)

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