Searched refs:debugColor (Results 1 – 9 of 9) sorted by relevance
| /TaskScheduler/Scheduler/Include/ |
| H A D | MTTaskDesc.h | 63 MT::Color::Type debugColor; member 75 debugColor = MT::Color::Blue; in TaskDesc() 88 debugColor = MT::Color::Blue; in TaskDesc() 101 debugColor = MT::Color::Blue; in TaskDesc()
|
| H A D | MTProfilerEventListener.h | 74 …virtual void OnTaskExecuteStateChanged(MT::Color::Type debugColor, const mt_char* debugID, TaskExe…
|
| H A D | MTThreadContext.h | 127 …void NotifyTaskExecuteStateChanged(MT::Color::Type debugColor, const mt_char* debugID, TaskExecute…
|
| H A D | MTTaskPool.h | 96 desc.debugColor = T::GetDebugColor(); in PoolElement()
|
| H A D | MTScheduler.inl | 35 desc.debugColor = T::GetDebugColor();
|
| /TaskScheduler/Scheduler/Source/ |
| H A D | MTFiberContext.cpp | 81 …threadContext->NotifyTaskExecuteStateChanged( currentTask.debugColor, currentTask.debugID, TaskExe… in Yield() 91 …threadContext->NotifyTaskExecuteStateChanged( currentTask.debugColor, currentTask.debugID, TaskExe… in Yield() 114 …threadContext->NotifyTaskExecuteStateChanged( currentTask.debugColor, currentTask.debugID, TaskExe… in RunSubtasksAndYieldImpl() 124 …threadContext->NotifyTaskExecuteStateChanged( currentTask.debugColor, currentTask.debugID, TaskExe… in RunSubtasksAndYieldImpl()
|
| H A D | MTThreadContext.cpp | 119 …void ThreadContext::NotifyTaskExecuteStateChanged(MT::Color::Type debugColor, const mt_char* debug… in NotifyTaskExecuteStateChanged() argument 123 eventListener->OnTaskExecuteStateChanged(debugColor, debugID, type, fiberIndex); in NotifyTaskExecuteStateChanged()
|
| H A D | MTScheduler.cpp | 324 …readContext()->NotifyTaskExecuteStateChanged( fiberContext.currentTask.debugColor, fiberContext.cu… in FiberMain() 332 …readContext()->NotifyTaskExecuteStateChanged( fiberContext.currentTask.debugColor, fiberContext.cu… in FiberMain()
|
| /TaskScheduler/SchedulerTests/Profiler/ |
| H A D | Profiler.cpp | 110 …virtual void OnTaskExecuteStateChanged(MT::Color::Type debugColor, const mt_char* debugID, MT::Tas… in OnTaskExecuteStateChanged() argument 112 MT_UNUSED(debugColor); in OnTaskExecuteStateChanged()
|