Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/c11_atomics/
Dhost_atomics.h224 CorrespondingType host_atomic_fetch_min(volatile AtomicType *a, CorrespondingType c, in host_atomic_fetch_min() function
Dtest_atomics.cpp1428 oldValues[tid] = host_atomic_fetch_min(&destMemory[0], oldValues[tid], MemoryOrder()); in HostFunction()