Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dparallel.cu87 ASSERT0(LT_FUSSY, !currTaskDescr->InParallelRegion(), in __kmpc_kernel_prepare_parallel()
89 if (currTaskDescr->InParallelRegion()) { in __kmpc_kernel_prepare_parallel()
Dlibcall.cu169 (int)currTaskDescr->InParallelRegion(), (int)sched, in omp_get_ancestor_thread_num()
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/
Domptarget.h106 INLINE int InParallelRegion() const { return items.flags & TaskDescr_InPar; } in InParallelRegion() function