RTEMS CPU Kit with SuperCore
4.11.3
|
Resource control to manage ownership and rival nodes depending on a resource. More...
#include <resource.h>
Data Fields | |
Chain_Node | Node |
Node to build a chain of resources owned by a resource node. More... | |
Chain_Control | Rivals |
A chain of rivals waiting for resource ownership. More... | |
Resource_Node * | owner |
The owner of this resource. | |
Resource control to manage ownership and rival nodes depending on a resource.
Chain_Node Resource_Control::Node |
Node to build a chain of resources owned by a resource node.
Referenced by _Resource_Is_most_recently_obtained().
Chain_Control Resource_Control::Rivals |
A chain of rivals waiting for resource ownership.