Home
last modified time | relevance | path

Searched refs:mt_char (Results 1 – 7 of 7) sorted by relevance

/TaskScheduler/Scheduler/Include/
H A DMTTypes.h42 typedef wchar_t mt_char; typedef
47 typedef char mt_char; typedef
H A DMTProfilerEventListener.h74 …virtual void OnTaskExecuteStateChanged(MT::Color::Type debugColor, const mt_char* debugID, TaskExe…
H A DMTThreadContext.h127 …void NotifyTaskExecuteStateChanged(MT::Color::Type debugColor, const mt_char* debugID, TaskExecute…
H A DMTTaskDesc.h62 const mt_char* debugID;
H A DMTScheduler.h147 static const mt_char* GetDebugID() \
/TaskScheduler/Scheduler/Source/
H A DMTThreadContext.cpp119 …void ThreadContext::NotifyTaskExecuteStateChanged(MT::Color::Type debugColor, const mt_char* debug… in NotifyTaskExecuteStateChanged()
/TaskScheduler/SchedulerTests/Profiler/
H A DProfiler.cpp110 …virtual void OnTaskExecuteStateChanged(MT::Color::Type debugColor, const mt_char* debugID, MT::Tas… in OnTaskExecuteStateChanged()