RTEMS
5.0.0
|
Data Fields | |
Thread_queue_Heads * | heads |
Lock to protect this thread queue. More... | |
Thread_Control * | owner |
The thread queue owner. | |
const char * | name |
The thread queue name. | |
Thread_queue_Heads* Thread_queue_Queue::heads |
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>.
This pointer is NULL, if and only if no threads are enqueued. The first thread to enqueue will give its spare thread queue heads to this thread queue.