Searched refs:atomicCAS (Results 1 – 1 of 1) sorted by relevance
54 uint32_t atomicCAS(uint32_t *Address, uint32_t Compare, uint32_t Val, in atomicCAS() function284 while (atomicCAS((uint32_t *)Lock, UNSET, SET, __ATOMIC_SEQ_CST) != UNSET) { in setLock()