Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/src/__support/threads/linux/
H A Drwlock.h213 LIBC_INLINE static RwState fetch_sub_reader_count(cpp::Atomic<int> &target, in fetch_sub_reader_count() function
535 old = RwState::fetch_sub_reader_count(state, cpp::MemoryOrder::RELEASE); in unlock()