Home
last modified time | relevance | path

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

/TaskScheduler/Scheduler/Include/
H A DMTProfilerEventListener.h62 virtual void OnThreadWaitStarted() = 0;
/TaskScheduler/Scheduler/Source/
H A DMTThreadContext.cpp91 eventListener->OnThreadWaitStarted(); in NotifyWaitStarted()
/TaskScheduler/SchedulerTests/Profiler/
H A DProfiler.cpp102 virtual void OnThreadWaitStarted() override in OnThreadWaitStarted() function in ProfilerEventListener