Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DThreadPool.cpp27 : 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()
/external/llvm/lib/Support/
DThreadPool.cpp27 : 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()
/external/llvm-project/llvm/include/llvm/Support/
DThreadPool.h74 bool workCompletedUnlocked() { return !ActiveThreads && Tasks.empty(); } in workCompletedUnlocked()
94 unsigned ActiveThreads = 0; variable
/external/llvm-project/llvm/lib/Support/
DThreadPool.cpp46 ++ActiveThreads; in ThreadPool()
57 --ActiveThreads; in ThreadPool()
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dreduction.cu285 uint32_t ActiveThreads = __kmpc_impl_min(NumRecs, NumThreads); in __kmpc_nvptx_teams_reduce_nowait_v2() local
286 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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DThreadPool.h91 std::atomic<unsigned> ActiveThreads; variable
/external/llvm/include/llvm/Support/
DThreadPool.h128 std::atomic<unsigned> ActiveThreads; variable
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/
Domptarget.h84 __kmpc_impl_lanemask_t ActiveThreads[DS_Max_Warp_Number]; member