Searched refs:threadIndex (Results 1 – 2 of 2) sorted by relevance
79 void ThreadContext::SetThreadIndex(uint32 threadIndex) in SetThreadIndex() argument81 workerIndex = threadIndex; in SetThreadIndex()82 random.SetSeed( GetPrimeNumber(threadIndex) ); in SetThreadIndex()127 void ThreadContext::NotifyThreadCreated(uint32 threadIndex) in NotifyThreadCreated() argument131 eventListener->OnThreadCreated(threadIndex); in NotifyThreadCreated()135 void ThreadContext::NotifyThreadStarted(uint32 threadIndex) in NotifyThreadStarted() argument139 eventListener->OnThreadStarted(threadIndex); in NotifyThreadStarted()143 void ThreadContext::NotifyThreadStoped(uint32 threadIndex) in NotifyThreadStoped() argument147 eventListener->OnThreadStoped(threadIndex); in NotifyThreadStoped()155 eventListener->OnThreadIdleStarted(threadIndex); in NotifyThreadIdleStarted()[all …]
119 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);