Home
last modified time | relevance | path

Searched refs:memory_order_acq_rel (Results 1 – 7 of 7) sorted by relevance

/system/ulib/fbl/include/fbl/
A Dref_counted_internal.h93 std::memory_order_acq_rel, in Adopt()
A Dref_counted_upgradeable.h51 std::memory_order_acq_rel, in AddRefMaybeInDestructor()
A Datomic.h59 memory_order_acq_rel = __ATOMIC_ACQ_REL, enumerator
/system/ulib/async-loop/
A Dloop.c203 memory_order_acq_rel); in async_loop_shutdown()
238 atomic_fetch_add_explicit(&loop->active_threads, 1u, memory_order_acq_rel); in async_loop_run()
242 atomic_fetch_sub_explicit(&loop->active_threads, 1u, memory_order_acq_rel); in async_loop_run()
428 memory_order_acq_rel, memory_order_acquire)) in async_loop_quit()
465 memory_order_acq_rel, memory_order_acquire)) { in async_loop_reset_quit()
/system/ulib/runtime/
A Dthread.c60 memory_order_acq_rel, memory_order_acquire); in claim_thread()
/system/utest/async-loop/
A Dloop_tests.cpp1035 std::memory_order_acq_rel); in Tally()
1042 std::memory_order_acq_rel, std::memory_order_acquire)); in Tally()
1048 std::atomic_fetch_sub_explicit(&active_threads_, 1u, std::memory_order_acq_rel); in Tally()
1051 if (1u + std::atomic_fetch_add_explicit(&count_, 1u, std::memory_order_acq_rel) == end_) in Tally()
/system/utest/fbl/
A Datomic_tests.cpp350 fbl::memory_order_acq_rel,

Completed in 22 milliseconds