Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dlibcall.cu168 (currTaskDescr->IsParallelConstruct() ? "par" : "task"), in omp_get_ancestor_thread_num()
175 if (currTaskDescr->IsParallelConstruct()) { in omp_get_ancestor_thread_num()
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/
Domptarget.h110 INLINE int IsParallelConstruct() const { in IsParallelConstruct() function
113 INLINE int IsTaskConstruct() const { return !IsParallelConstruct(); } in IsTaskConstruct()