Home
last modified time | relevance | path

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

/TaskScheduler/Scheduler/Include/
H A DMTThreadContext.h123 void NotifyThreadCreated(uint32 threadIndex);
/TaskScheduler/Scheduler/Source/
H A DMTThreadContext.cpp127 void ThreadContext::NotifyThreadCreated(uint32 threadIndex) in NotifyThreadCreated() function in MT::internal::ThreadContext
H A DMTScheduler.cpp448 context.NotifyThreadCreated(context.workerIndex); in SchedulerFiberMain()