Searched defs:threadsCount (Results 1 – 5 of 5) sorted by relevance
213 uint32 threadsCount = MT_ARRAY_SIZE(threads); in SUITE() local
39 virtual void OnThreadsCreated(uint32 threadsCount) override in OnThreadsCreated()
163 uint32 threadsCount = (uint32)GetNumberOfHardwareThreads(); in GetAffinityMask() local
826 int32 threadsCount = GetWorkersCount(); in IsWorkerThread() local902 void TaskScheduler::NotifyThreadsCreated(uint32 threadsCount) in NotifyThreadsCreated()
304 Atomic32<int32> threadsCount; variable