Home
last modified time | relevance | path

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

/bionic/libc/include/
Dstdatomic.h85 using std::atomic_fetch_sub_explicit;
419 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
444 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
493 #define atomic_fetch_sub_explicit(object, operand, order) \ macro
527 atomic_fetch_sub_explicit(object, operand, memory_order_seq_cst)
/bionic/tests/
Dstdatomic_test.cpp149 ASSERT_EQ(122, atomic_fetch_sub_explicit(&i, 1, memory_order_relaxed)); in TEST()
/bionic/libc/bionic/
Dpthread_rwlock.cpp478 old_state = atomic_fetch_sub_explicit(&rwlock->state, STATE_READER_COUNT_CHANGE_STEP, in pthread_rwlock_unlock()
Dpthread_mutex.cpp554 atomic_fetch_sub_explicit(&mutex->state, MUTEX_COUNTER_BITS_ONE, memory_order_relaxed); in pthread_mutex_unlock()