RTEMS
Public Attributes | List of all members
Thread_queue_Lock_context Struct Reference

Public Attributes

ISR_lock_Context Lock_context
 The lock context for the thread queue acquire and release operations.
 
struct {
   Thread_queue_Gate   Gate
 Gate to synchronize thread wait lock requests. More...
 
   Thread_queue_Queue *   queue
 The thread queue in case the thread is blocked on a thread queue.
 
Wait
 Data to support thread queue enqueue operations.
 

Detailed Description

Definition at line 125 of file threadq.h.

Member Data Documentation

◆ Gate

Thread_queue_Gate Thread_queue_Lock_context::Gate

Gate to synchronize thread wait lock requests.

See also
_Thread_Wait_acquire_critical() and _Thread_Wait_tranquilize().

Definition at line 142 of file threadq.h.


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