Home
last modified time | relevance | path

Searched refs:atomic_fetch_xor_explicit (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/
Dstdatomic.h80 using std::atomic_fetch_xor_explicit;
385 #define atomic_fetch_xor_explicit(object, operand, order) \ macro
410 #define atomic_fetch_xor_explicit(object, operand, order) \ macro
460 #define atomic_fetch_xor_explicit(object, operand, order) \ macro
493 atomic_fetch_xor_explicit(object, operand, memory_order_seq_cst)
/bionic/tests/
Dstdatomic_test.cpp174 ASSERT_EQ(0x020, atomic_fetch_xor_explicit(&i, 0x103, memory_order_relaxed)); in TEST()