Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DSynchronization.cpp74 void syncThreads();
75 void syncThreadsAligned() { syncThreads(); } in syncThreadsAligned()
210 void syncThreads() { __builtin_amdgcn_s_barrier(); } in syncThreads() function
211 void syncThreadsAligned() { syncThreads(); } in syncThreadsAligned()
256 void syncThreads() { in syncThreads() function
309 void synchronize::threads() { impl::syncThreads(); } in threads()