RTEMS
|
Public Attributes | |
SMP_ticket_lock_Control | Lock |
Lock to protect this thread queue. More... | |
Thread_queue_Heads * | heads |
The thread queue heads. More... | |
Thread_Control * | owner |
The thread queue owner. | |
const char * | name |
The thread queue name. | |
Thread_queue_Heads* Thread_queue_Queue::heads |
SMP_ticket_lock_Control Thread_queue_Queue::Lock |
Lock to protect this thread queue.
It may be used to protect additional state of the object embedding this thread queue.
Must be the first component of this structure to be able to re-use implementation parts for structures defined by Newlib <sys/lock.h>.