Home
last modified time | relevance | path

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

/llvm-project/libc/src/__support/threads/linux/
H A Drwlock.h66 bool is_pshared; in Guard() argument
64 bool is_pshared; global() variable
93 acquire(bool is_pshared) acquire() argument
100 wait(FutexWordType expected,cpp::optional<Futex::Timeout> timeout,bool is_pshared) wait() argument
107 notify(bool is_pshared) notify() argument
374 is_pshared(is_pshared) is_pshared() argument
[all...]
H A Draw_mutex.h68 lock_slow(cpp::optional<Futex::Timeout> timeout,bool is_pshared,unsigned spin_count) lock_slow() argument
94 wake(bool is_pshared) wake() argument
H A Dmutex.h35 Mutex(bool is_timed,bool is_recursive,bool is_robust,bool is_pshared) Mutex() argument
40 init(Mutex * mutex,bool is_timed,bool isrecur,bool isrobust,bool is_pshared) init() argument
/llvm-project/libc/src/pthread/
H A Dpthread_rwlock_init.cpp51 bool is_pshared; variable