Home
last modified time | relevance | path

Searched defs:is_pshared (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/llvm-libc/src/__support/threads/linux/
H A Drwlock.h66 bool is_pshared; variable
68 LIBC_INLINE Guard(WaitingQueue &queue, bool is_pshared) in Guard()
95 LIBC_INLINE Guard acquire(bool is_pshared) { in acquire()
102 bool is_pshared) { in wait()
109 template <Role role> LIBC_INLINE long notify(bool is_pshared) { in notify()
374 : is_pshared(is_pshared), in is_pshared() function
H A Dmutex.h36 bool is_pshared) in Mutex()
41 bool isrobust, bool is_pshared) { in init()
H A Draw_mutex.h67 bool is_pshared, unsigned spin_count) { in lock_slow()
93 LIBC_INLINE void wake(bool is_pshared) { futex.notify_one(is_pshared); } in wake()
/aosp_15_r20/external/llvm-libc/src/pthread/
H A Dpthread_rwlock_init.cpp51 bool is_pshared; variable