Home
last modified time | relevance | path

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

/aosp_15_r20/external/OpenCL-CTS/test_conformance/c11_atomics/
H A Dhost_atomics.cpp57 bool host_atomic_flag_test_and_set(volatile HOST_ATOMIC_FLAG *a, TExplicitMemoryOrderType order) in host_atomic_flag_test_and_set() function
H A Dhost_atomics.h247 bool host_atomic_flag_test_and_set(volatile HOST_ATOMIC_FLAG *a, TExplicitMemoryOrderType order);
H A Dtest_atomics.cpp2530 if (!host_atomic_flag_test_and_set(&destMemory[cnt], MemoryOrder())) in HostFunction()