Searched defs:is_pshared (Results 1 – 4 of 4) sorted by relevance
/llvm-project/libc/src/__support/threads/linux/ | ||
H A D | rwlock.h | 66 bool is_pshared; in Guard() argument |
H A D | raw_mutex.h | 68 lock_slow(cpp::optional<Futex::Timeout> timeout,bool is_pshared,unsigned spin_count) lock_slow() argument |
H A D | mutex.h | 35 Mutex(bool is_timed,bool is_recursive,bool is_robust,bool is_pshared) Mutex() argument |
/llvm-project/libc/src/pthread/ | ||
H A D | pthread_rwlock_init.cpp | 51 bool is_pshared; variable |