Home
last modified time | relevance | path

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

/TaskScheduler/Scheduler/Include/
H A DMTThreadContext.h124 void NotifyThreadStarted(uint32 threadIndex);
/TaskScheduler/Scheduler/Source/
H A DMTThreadContext.cpp135 void ThreadContext::NotifyThreadStarted(uint32 threadIndex) in NotifyThreadStarted() function in MT::internal::ThreadContext
H A DMTScheduler.cpp470 context.NotifyThreadStarted(context.workerIndex); in SchedulerFiberMain()