Home
last modified time | relevance | path

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

/TaskScheduler/Scheduler/Source/
H A DMTScheduler.cpp103 int32 totalThreadsCount = GetWorkersCount(); in TaskScheduler() local
106 NotifyThreadsCreated(totalThreadsCount); in TaskScheduler()
109 for (int32 i = 0; i < totalThreadsCount; i++) in TaskScheduler()
130 int32 totalThreadsCount = GetWorkersCount(); in JoinWorkerThreads() local
131 for (int32 i = 0; i < totalThreadsCount; i++) in JoinWorkerThreads()
137 for (int32 i = 0; i < totalThreadsCount; i++) in JoinWorkerThreads()
451 int32 totalThreadsCount = context.taskScheduler->threadsCount.LoadRelaxed(); in SchedulerFiberMain() local
458 if (initializedThreadsCount == totalThreadsCount) in SchedulerFiberMain()