RTEMS
|
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. | |
Thread_queue_Gate Thread_queue_Lock_context::Gate |
Gate to synchronize thread wait lock requests.