Home
last modified time | relevance | path

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

/bionic/libc/include/
Dstdatomic.h89 using std::atomic_fetch_xor_explicit;
421 #define atomic_fetch_xor_explicit(object, operand, order) \ macro
446 #define atomic_fetch_xor_explicit(object, operand, order) \ macro
496 #define atomic_fetch_xor_explicit(object, operand, order) \ macro
529 atomic_fetch_xor_explicit(object, operand, memory_order_seq_cst)
/bionic/tests/
Dstdatomic_test.cpp163 ASSERT_EQ(0x020, atomic_fetch_xor_explicit(&i, 0x103, memory_order_relaxed)); in TEST()