Home
last modified time | relevance | path

Searched refs:threadIndex (Results 1 – 2 of 2) sorted by relevance

/TaskScheduler/Scheduler/Source/
H A DMTThreadContext.cpp79 void ThreadContext::SetThreadIndex(uint32 threadIndex) in SetThreadIndex() argument
81 workerIndex = threadIndex; in SetThreadIndex()
82 random.SetSeed( GetPrimeNumber(threadIndex) ); in SetThreadIndex()
127 void ThreadContext::NotifyThreadCreated(uint32 threadIndex) in NotifyThreadCreated() argument
131 eventListener->OnThreadCreated(threadIndex); in NotifyThreadCreated()
135 void ThreadContext::NotifyThreadStarted(uint32 threadIndex) in NotifyThreadStarted() argument
139 eventListener->OnThreadStarted(threadIndex); in NotifyThreadStarted()
143 void ThreadContext::NotifyThreadStoped(uint32 threadIndex) in NotifyThreadStoped() argument
147 eventListener->OnThreadStoped(threadIndex); in NotifyThreadStoped()
155 eventListener->OnThreadIdleStarted(threadIndex); in NotifyThreadIdleStarted()
[all …]
/TaskScheduler/Scheduler/Include/
H A DMTThreadContext.h119 void SetThreadIndex(uint32 threadIndex);
123 void NotifyThreadCreated(uint32 threadIndex);
124 void NotifyThreadStarted(uint32 threadIndex);
125 void NotifyThreadStoped(uint32 threadIndex);
129 void NotifyThreadIdleStarted(uint32 threadIndex);
130 void NotifyThreadIdleFinished(uint32 threadIndex);