Home
last modified time | relevance | path

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

/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/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/libcxx/src/
Dmemory.cpp100 if (__libcpp_atomic_load(&__shared_weak_owners_, _AO_Acquire) == 0) in __release_weak()