Searched refs:TYPE (Results 1 – 3 of 3) sorted by relevance
77 #define MT_COMPILE_TIME_TYPE_CHECK(TYPE) \ argument87 #define MT_COMPILE_TIME_TYPE_CHECK(TYPE) \ argument95 typedef TYPE MACRO_TYPE; \111 MT_COMPILE_TIME_TYPE_CHECK(TYPE) \117 TYPE * task = (TYPE *)(userData); \124 TYPE * task = (TYPE *)(userData); \146 #define MT_DECLARE_TASK(TYPE, STACK_REQUIREMENTS, TASK_PRIORITY, DEBUG_COLOR) \ argument149 return MT_TEXT( #TYPE ); \157 MT_DECLARE_TASK_IMPL(TYPE, STACK_REQUIREMENTS, TASK_PRIORITY, DEBUG_COLOR);161 #define MT_DECLARE_TASK(TYPE, STACK_REQUIREMENTS, TASK_PRIORITY, DEBUG_COLOR) \ argument[all …]
32 #define MT_NOCOPYABLE(TYPE) \ argument34 TYPE (const TYPE &); \35 void operator= (const TYPE &); \
263 `--build=TYPE' option. TYPE can either be a short name for the system278 use the option `--target=TYPE' to select the type of system they will284 eventually be run) with `--host=TYPE'.