Home
last modified time | relevance | path

Searched refs:host_atomic_flag_clear (Results 1 – 3 of 3) sorted by relevance

/external/OpenCL-CTS/test_conformance/c11_atomics/
Dhost_atomics.cpp63 void host_atomic_flag_clear(volatile HOST_ATOMIC_FLAG *a, TExplicitMemoryOrderType order) in host_atomic_flag_clear() function
Dhost_atomics.h248 void host_atomic_flag_clear(volatile HOST_ATOMIC_FLAG *a, TExplicitMemoryOrderType order);
Dtest_atomics.cpp1713 host_atomic_flag_clear(&destMemory[cnt], MemoryOrderForClear()); in HostFunction()