This source file contains static assertions related to the Thread Handler and the implementation of _Thread_Initialize_information() and _Thread_Handler_initialization().
More...
|
| THREAD_OFFSET_ASSERT (Object) |
|
| THREAD_OFFSET_ASSERT (Join_queue) |
|
| THREAD_OFFSET_ASSERT (current_state) |
|
| THREAD_OFFSET_ASSERT (Real_priority) |
|
| THREAD_OFFSET_ASSERT (Scheduler) |
|
| THREAD_OFFSET_ASSERT (Wait) |
|
| THREAD_OFFSET_ASSERT (Timer) |
|
void | _Thread_Initialize_information (Thread_Information *information) |
| Initializes the thread information.
|
|
void | _Thread_Handler_initialization (void) |
| Initializes thread handler.
|
|
This source file contains static assertions related to the Thread Handler and the implementation of _Thread_Initialize_information() and _Thread_Handler_initialization().
◆ THREAD_OFFSET_ASSERT
#define THREAD_OFFSET_ASSERT |
( |
|
field | ) |
|
Value:
field \
)
#define RTEMS_STATIC_ASSERT(_cond, _msg)
It is defined if a static analysis run is performed.
Definition: basedefs.h:841