Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/c11_atomics/
Dhost_atomics.h200 CorrespondingType host_atomic_fetch_and(volatile AtomicType *a, CorrespondingType c, in host_atomic_fetch_and() function
Dtest_atomics.cpp1098 …oldValues[tid] = host_atomic_fetch_and(&destMemory[whichResult], ~((HostDataType)1 << bitIndex), M… in HostFunction()
1214 value = host_atomic_fetch_and(destMemory+valueInd, ~bitMask, MemoryOrder()); in HostFunction()