RTEMS CPU Kit with SuperCore  4.11.3
Data Fields
Resource_Control Struct Reference

Resource control to manage ownership and rival nodes depending on a resource. More...

#include <resource.h>

Collaboration diagram for Resource_Control:
Collaboration graph
[legend]

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_Nodeowner
 The owner of this resource.
 

Detailed Description

Resource control to manage ownership and rival nodes depending on a resource.

Field Documentation

◆ Node

Chain_Node Resource_Control::Node

Node to build a chain of resources owned by a resource node.

See also
Resource_Node::Resources.

Referenced by _Resource_Is_most_recently_obtained().

◆ Rivals

Chain_Control Resource_Control::Rivals

A chain of rivals waiting for resource ownership.

See also
Resource_Node::Node.

The documentation for this struct was generated from the following file: