Home
last modified time | relevance | path

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

/aosp12/bionic/tests/
H A Dstdatomic_test.cpp161 TEST(stdatomic, atomic_fetch_or) { in TEST() argument
163 ASSERT_EQ(0x100, atomic_fetch_or(&i, 0x020)); in TEST()
/aosp12/bionic/libc/include/
H A Dstdatomic.h73 using std::atomic_fetch_or;
/aosp12/system/libfmq/
H A DEventFlag.cpp119 uint32_t old = std::atomic_fetch_or(mEfWordPtr, bitmask); in wake()
/aosp12/bionic/libc/include/bits/
H A Dstdatomic.h248 #define atomic_fetch_or(object, operand) \ macro