Searched refs:ActiveThreads (Results 1 – 3 of 3) sorted by relevance
83 ++ActiveThreads; in processTasks()114 --ActiveThreads; in processTasks()137 return !ActiveThreads && Tasks.empty(); in workCompletedUnlocked()
282 uint32_t ActiveThreads = kmpcMin(NumRecs, NumThreads); in __kmpc_nvptx_teams_reduce_nowait_v2() local283 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()
164 requestedThreads = ActiveThreads + Tasks.size(); in asyncImpl()205 unsigned ActiveThreads = 0; variable