Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DSynchronization.cpp49 uint32_t atomicExchange(uint32_t *Address, uint32_t Val, int Ordering) { in atomicExchange() function
271 (void)atomicExchange((uint32_t *)Lock, UNSET, __ATOMIC_SEQ_CST); in unsetLock()