#include "tr-object-ident.h"
#include <rtems/test.h>
Go to the source code of this file.
|
| enum | RtemsTaskReqIdent_Pre_Pre { RtemsTaskReqIdent_Pre_Pre_Self,
RtemsTaskReqIdent_Pre_Pre_Generic,
RtemsTaskReqIdent_Pre_Pre_NA
} |
| |
| enum | RtemsTaskReqIdent_Post_Post { RtemsTaskReqIdent_Post_Post_OkAndSelfId,
RtemsTaskReqIdent_Post_Post_Generic,
RtemsTaskReqIdent_Post_Post_NA
} |
| |
|
|
static RtemsTaskReqIdent_Context | RtemsTaskReqIdent_Instance |
| |
| static const char *const | RtemsTaskReqIdent_PreDesc_Pre [] |
| |
| static const char *const *const | RtemsTaskReqIdent_PreDesc [] |
| |
|
static char | ClassicTaskIdentStorage [RTEMS_TASK_STORAGE_SIZE(MAX_TLS_SIZE+RTEMS_MINIMUM_STACK_SIZE, TASK_ATTRIBUTES)] |
| |
| static const rtems_task_config | ClassicTaskIdentConfig |
| |
| static T_fixture | RtemsTaskReqIdent_Fixture |
| |
| static const uint8_t | RtemsTaskReqIdent_TransitionMap [][1] |
| |
| struct { |
|
uint8_t Skip: 1 |
| |
|
uint8_t Pre_Pre_NA: 1 |
| |
| } | RtemsTaskReqIdent_TransitionInfo [] |
| |