Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/deviceRTLs/amdgcn/src/
Dtarget_impl.h126 INLINE void __kmpc_impl_threadfence_system() { in __kmpc_impl_threadfence_system() function
/external/llvm-project/openmp/libomptarget/deviceRTLs/nvptx/src/
Dtarget_impl.h203 INLINE void __kmpc_impl_threadfence_system(void) { __threadfence_system(); } in __kmpc_impl_threadfence_system() function
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dreduction.cu229 __kmpc_impl_threadfence_system(); in __kmpc_nvptx_teams_reduce_nowait_v2()