Searched refs:AtomicCompareExchangeStrongExplicit (Results 1 – 2 of 2) sorted by relevance
43 bool AtomicCompareExchangeStrongExplicit(volatile T *a, T *expected, T desired, in AtomicCompareExchangeStrongExplicit() function
63 …} while(!AtomicCompareExchangeStrongExplicit(&(pNodes[b].pNext), &next, pNew, memory_order_relaxed… in build_hash_table_on_host()