Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/c11_atomics/
Dhost_atomics.h105 CorrespondingType host_atomic_fetch_sub(volatile AtomicType *a, CorrespondingType c, in host_atomic_fetch_sub() function
Dtest_atomics.cpp818 …oldValues[tid] = host_atomic_fetch_sub(&destMemory[0], (HostDataType)tid + 3+(((HostDataType)tid +… in HostFunction()