Home
last modified time | relevance | path

Searched refs:TYPE (Results 1 – 3 of 3) sorted by relevance

/TaskScheduler/Scheduler/Include/
H A DMTScheduler.h77 #define MT_COMPILE_TIME_TYPE_CHECK(TYPE) \ argument
87 #define MT_COMPILE_TIME_TYPE_CHECK(TYPE) \ argument
95 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) \ argument
149 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 …]
H A DMTTypes.h32 #define MT_NOCOPYABLE(TYPE) \ argument
34 TYPE (const TYPE &); \
35 void operator= (const TYPE &); \
/TaskScheduler/ThirdParty/UnitTest++/
H A DINSTALL263 `--build=TYPE' option. TYPE can either be a short name for the system
278 use the option `--target=TYPE' to select the type of system they will
284 eventually be run) with `--host=TYPE'.