Lines Matching refs:threadIndex
79 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()
151 void ThreadContext::NotifyThreadIdleStarted(uint32 threadIndex) in NotifyThreadIdleStarted() argument
155 eventListener->OnThreadIdleStarted(threadIndex); in NotifyThreadIdleStarted()
159 void ThreadContext::NotifyThreadIdleFinished(uint32 threadIndex) in NotifyThreadIdleFinished() argument
163 eventListener->OnThreadIdleFinished(threadIndex); in NotifyThreadIdleFinished()