Searched refs:memory_order_acq_rel (Results 1 – 7 of 7) sorted by relevance
| /system/ulib/fbl/include/fbl/ |
| A D | ref_counted_internal.h | 93 std::memory_order_acq_rel, in Adopt()
|
| A D | ref_counted_upgradeable.h | 51 std::memory_order_acq_rel, in AddRefMaybeInDestructor()
|
| A D | atomic.h | 59 memory_order_acq_rel = __ATOMIC_ACQ_REL, enumerator
|
| /system/ulib/async-loop/ |
| A D | loop.c | 203 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 D | thread.c | 60 memory_order_acq_rel, memory_order_acquire); in claim_thread()
|
| /system/utest/async-loop/ |
| A D | loop_tests.cpp | 1035 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 D | atomic_tests.cpp | 350 fbl::memory_order_acq_rel,
|
Completed in 22 milliseconds