Searched refs:ActiveThreads (Results 1 – 8 of 8) sorted by relevance
27 : ActiveThreads(0), EnableFlag(true) { in ThreadPool()50 ++ActiveThreads; in ThreadPool()61 --ActiveThreads; in ThreadPool()78 [&] { return !ActiveThreads && Tasks.empty(); }); in wait()115 : ActiveThreads(0) { in ThreadPool()
27 : ActiveThreads(0), EnableFlag(true) { in ThreadPool()49 ++ActiveThreads; in ThreadPool()65 --ActiveThreads; in ThreadPool()82 [&] { return !ActiveThreads && Tasks.empty(); }); in wait()119 : ActiveThreads(0) { in ThreadPool()
74 bool workCompletedUnlocked() { return !ActiveThreads && Tasks.empty(); } in workCompletedUnlocked()94 unsigned ActiveThreads = 0; variable
46 ++ActiveThreads; in ThreadPool()57 --ActiveThreads; in ThreadPool()
285 uint32_t ActiveThreads = __kmpc_impl_min(NumRecs, NumThreads); in __kmpc_nvptx_teams_reduce_nowait_v2() local286 if (ActiveThreads > WARPSIZE) { in __kmpc_nvptx_teams_reduce_nowait_v2()287 uint32_t WarpsNeeded = (ActiveThreads + WARPSIZE - 1) / WARPSIZE; in __kmpc_nvptx_teams_reduce_nowait_v2()
91 std::atomic<unsigned> ActiveThreads; variable
128 std::atomic<unsigned> ActiveThreads; variable
84 __kmpc_impl_lanemask_t ActiveThreads[DS_Max_Warp_Number]; member