Home
last modified time | relevance | path

Searched refs:__threadfence_block (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/openmp/libomptarget/deviceRTLs/nvptx/src/
Dtarget_impl.h202 INLINE void __kmpc_impl_threadfence_block(void) { __threadfence_block(); } in __kmpc_impl_threadfence_block()
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_device_functions.h527 __DEVICE__ void __threadfence_block(void) { __nvvm_membar_cta(); }; in __threadfence_block() function