Home
last modified time | relevance | path

Searched refs:_AO_Acquire (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/libcxxabi/src/
Dcxa_handlers.cpp28 return __libcpp_atomic_load(&__cxa_unexpected_handler, _AO_Acquire); in get_unexpected()
49 return __libcpp_atomic_load(&__cxa_terminate_handler, _AO_Acquire); in get_terminate()
108 return __libcpp_atomic_load(&__cxa_new_handler, _AO_Acquire); in get_new_handler()
Dcxa_guard_impl.h204 if (guard_byte.load(std::_AO_Acquire) != UNSET) in cxa_guard_acquire()
443 std::_AO_Acquire)) { in acquire_init_byte()
/external/libcxxabi/src/
Dcxa_handlers.cpp29 return __libcpp_atomic_load(&__cxa_unexpected_handler, _AO_Acquire); in get_unexpected()
50 return __libcpp_atomic_load(&__cxa_terminate_handler, _AO_Acquire); in get_terminate()
107 return __libcpp_atomic_load(&__cxa_new_handler, _AO_Acquire); in get_new_handler()
/external/llvm-project/libcxx/src/include/
Datomic_support.h48 _AO_Acquire = __ATOMIC_ACQUIRE, enumerator
109 _AO_Acquire,
/external/libcxxabi/src/include/
Datomic_support.h53 _AO_Acquire = __ATOMIC_ACQUIRE, enumerator
114 _AO_Acquire,
/external/libcxx/src/include/
Datomic_support.h49 _AO_Acquire = __ATOMIC_ACQUIRE, enumerator
110 _AO_Acquire,
/external/llvm-project/libcxxabi/src/include/
Datomic_support.h52 _AO_Acquire = __ATOMIC_ACQUIRE, enumerator
113 _AO_Acquire,
/external/llvm-project/libcxx/src/
Dmemory.cpp102 if (__libcpp_atomic_load(&__shared_weak_owners_, _AO_Acquire) == 0) in __release_weak()
/external/libcxx/src/
Dmemory.cpp100 if (__libcpp_atomic_load(&__shared_weak_owners_, _AO_Acquire) == 0) in __release_weak()
/external/llvm-project/libcxxabi/test/
Dguard_threaded_test.pass.cpp91 if (std::__libcpp_atomic_load(first_byte, std::_AO_Acquire) == 0) { in check_guard()