RTEMS 6.1-rc1
|
Data Fields | |
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 |
The thread queue heads.
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.