Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DThreadPool.cpp83 ++ActiveThreads; in processTasks()
114 --ActiveThreads; in processTasks()
137 return !ActiveThreads && Tasks.empty(); in workCompletedUnlocked()
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DReduction.cpp282 uint32_t ActiveThreads = kmpcMin(NumRecs, NumThreads); in __kmpc_nvptx_teams_reduce_nowait_v2() local
283 if (ActiveThreads > mapping::getWarpSize()) { in __kmpc_nvptx_teams_reduce_nowait_v2()
284 uint32_t WarpsNeeded = (ActiveThreads + mapping::getWarpSize() - 1) / in __kmpc_nvptx_teams_reduce_nowait_v2()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DThreadPool.h164 requestedThreads = ActiveThreads + Tasks.size(); in asyncImpl()
205 unsigned ActiveThreads = 0; variable