Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/SVM/
Dcommon.h43 bool AtomicCompareExchangeStrongExplicit(volatile T *a, T *expected, T desired, in AtomicCompareExchangeStrongExplicit() function
Dtest_fine_grain_memory_consistency.cpp63 …} while(!AtomicCompareExchangeStrongExplicit(&(pNodes[b].pNext), &next, pNew, memory_order_relaxed… in build_hash_table_on_host()