Home
last modified time | relevance | path

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

/external/clang/test/SemaCUDA/
Dimplicit-intrinsic.cu7 __device__ void __threadfence_system() { in __threadfence_system() function
/external/llvm-project/clang/test/SemaCUDA/
Dimplicit-intrinsic.cu7 __device__ void __threadfence_system() { in __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()
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_device_functions.h528 __DEVICE__ void __threadfence_system(void) { __nvvm_membar_sys(); }; in __threadfence_system() function