Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dsupport.cu190 DEVICE void IncParallelLevel(bool ActiveParallel, __kmpc_impl_lanemask_t Mask) { in IncParallelLevel() argument
196 (1 + (ActiveParallel ? OMP_ACTIVE_PARALLEL_LEVEL : 0)); in IncParallelLevel()
202 DEVICE void DecParallelLevel(bool ActiveParallel, __kmpc_impl_lanemask_t Mask) { in DecParallelLevel() argument
208 (1 + (ActiveParallel ? OMP_ACTIVE_PARALLEL_LEVEL : 0)); in DecParallelLevel()
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/
Dsupport.h75 DEVICE void IncParallelLevel(bool ActiveParallel, __kmpc_impl_lanemask_t Mask);
76 DEVICE void DecParallelLevel(bool ActiveParallel, __kmpc_impl_lanemask_t Mask);