Searched refs:pshared (Results 1 – 2 of 2) sorted by relevance
20 static void __mutex_init(struct mutex *mtx, bool pshared) in __mutex_init() argument30 if (pshared) in __mutex_init()79 static void __cond_init(struct cond *cnd, bool pshared) in __cond_init() argument84 if (pshared) in __cond_init()
158 [which it currently does for !pshared robust mutexes], and that took 256