Home
last modified time | relevance | path

Searched refs:GetPrevTaskDescr (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dparallel.cu181 threadId, currTaskDescr->GetPrevTaskDescr()); in __kmpc_kernel_end_parallel()
254 threadId, currTaskDescr->GetPrevTaskDescr()); in __kmpc_end_serialized_parallel()
Dtask.cu162 omptarget_nvptx_TaskDescr *parentTaskDescr = newTaskDescr->GetPrevTaskDescr(); in __kmpc_omp_task_complete_if0()
Dlibcall.cu183 currTaskDescr = currTaskDescr->GetPrevTaskDescr(); in omp_get_ancestor_thread_num()
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/
Domptarget.h117 INLINE omptarget_nvptx_TaskDescr *GetPrevTaskDescr() const { return prev; } in GetPrevTaskDescr() function