Searched defs:is_pshared (Results 1 – 4 of 4) sorted by relevance
66 bool is_pshared; variable68 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
36 bool is_pshared) in Mutex()41 bool isrobust, bool is_pshared) { in init()
67 bool is_pshared, unsigned spin_count) { in lock_slow()93 LIBC_INLINE void wake(bool is_pshared) { futex.notify_one(is_pshared); } in wake()
51 bool is_pshared; variable