15 #ifndef _RTEMS_SCORE_RESOURCE_H 16 #define _RTEMS_SCORE_RESOURCE_H This is used to manage each element (node) which is placed on a chain.
Definition: chain.h:65
Resource_Control * dependency
Reference to a resource in case this node has to wait for ownership of this resource.
Definition: resource.h:171
This is used to manage a chain.
Definition: chain.h:83
Resource node to reflect ownership of resources and a dependency on a resource.
Definition: resource.h:150
Chain_Node Node
Node to build a chain of rivals depending on a resource.
Definition: resource.h:156
Chain_Control Resources
A chain of resources owned by this node.
Definition: resource.h:163
Resource_Node * root
Reference to the root of the resource tree.
Definition: resource.h:178
Resource control to manage ownership and rival nodes depending on a resource.
Definition: resource.h:185