Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/deviceRTLs/common/
Dsupport.h59 DEVICE int GetOmpThreadId(int threadId,
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dsupport.cu138 DEVICE int GetOmpThreadId(int threadId, bool isSPMDExecutionMode) { in GetOmpThreadId() function
Dparallel.cu273 return GetOmpThreadId(tid, checkSPMDMode(loc)); in __kmpc_global_thread_num()
Dlibcall.cu73 int rc = GetOmpThreadId(tid, isSPMDExecutionMode); in omp_get_thread_num()