Home
last modified time | relevance | path

Searched defs:threadsCount (Results 1 – 5 of 5) sorted by relevance

/TaskScheduler/SchedulerTests/Tests/
H A DAtomicTests.cpp213 uint32 threadsCount = MT_ARRAY_SIZE(threads); in SUITE() local
/TaskScheduler/SchedulerTests/Profiler/
H A DProfiler.cpp39 virtual void OnThreadsCreated(uint32 threadsCount) override in OnThreadsCreated()
/TaskScheduler/Scheduler/Include/Platform/Posix/
H A DMTThread.h163 uint32 threadsCount = (uint32)GetNumberOfHardwareThreads(); in GetAffinityMask() local
/TaskScheduler/Scheduler/Source/
H A DMTScheduler.cpp826 int32 threadsCount = GetWorkersCount(); in IsWorkerThread() local
902 void TaskScheduler::NotifyThreadsCreated(uint32 threadsCount) in NotifyThreadsCreated()
/TaskScheduler/Scheduler/Include/
H A DMTScheduler.h304 Atomic32<int32> threadsCount; variable