RTEMS
Public Attributes | List of all members
Thread_queue_Gate Struct Reference

The thread queue gate is an SMP synchronization means. More...

#include <threadq.h>

Public Attributes

Chain_Node Node
 
Atomic_Uint go_ahead
 

Detailed Description

The thread queue gate is an SMP synchronization means.

The gates are added to a list of requests. A busy wait is performed to make sure that preceding requests are carried out. Each predecessor notifies its successor about on request completion.

See also
_Thread_queue_Gate_add(), _Thread_queue_Gate_wait(), and _Thread_queue_Gate_open().

Definition at line 118 of file threadq.h.


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