|
RTEMS CPU Kit with SuperCore
4.10.99.0
|
Constants and Structures Needed to Declare a Thread Queue. More...
#include <rtems/score/chain.h>#include <rtems/score/priority.h>#include <rtems/score/states.h>#include <rtems/score/threadsync.h>#include <rtems/score/tqdata.inl>

Go to the source code of this file.
Data Structures | |
| struct | Thread_queue_Control |
| This is the structure used to manage sets of tasks which are blocked waiting to acquire a resource. More... | |
Defines | |
| #define | TASK_QUEUE_DATA_NUMBER_OF_PRIORITY_HEADERS 4 |
| This is one of the constants used to manage the priority queues. | |
| #define | TASK_QUEUE_DATA_PRIORITIES_PER_HEADER 64 |
| This is one of the constants used to manage the priority queues. | |
| #define | TASK_QUEUE_DATA_REVERSE_SEARCH_MASK 0x20 |
| This is one of the constants used to manage the priority queues. | |
Enumerations | |
| enum | Thread_queue_Disciplines { THREAD_QUEUE_DISCIPLINE_FIFO, THREAD_QUEUE_DISCIPLINE_PRIORITY } |
| The following enumerated type details all of the disciplines supported by the Thread Queue Handler. | |
Constants and Structures Needed to Declare a Thread Queue.
This include file contains all the constants and structures needed to declare a thread queue.
1.7.5