Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dlibcall.cu163 omp_sched_t sched = currTaskDescr->GetRuntimeSched(); in omp_get_ancestor_thread_num()
227 *kind = currTaskDescr->GetRuntimeSched(); in omp_get_schedule()
248 (int)currTaskDescr->GetRuntimeSched(), in omp_set_schedule()
Dloop.cu240 omp_sched_t rtSched = currTaskDescr->GetRuntimeSched(); in dispatch_init()
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/
Domptargeti.h20 INLINE omp_sched_t omptarget_nvptx_TaskDescr::GetRuntimeSched() const { in GetRuntimeSched() function
Domptarget.h104 INLINE omp_sched_t GetRuntimeSched() const;