Home
last modified time | relevance | path

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

/external/cronet/stable/third_party/llvm-libc/src/src/__support/threads/linux/
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()
/external/cronet/tot/third_party/llvm-libc/src/src/__support/threads/linux/
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()
/external/llvm-libc/src/__support/threads/linux/
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()