Lines Matching refs:mtx_t
66 } mtx_t; typedef
135 extern int mtx_init (mtx_t *__mutex, int __type);
139 extern int mtx_lock (mtx_t *__mutex);
145 extern int mtx_timedlock (mtx_t *__restrict __mutex,
149 extern int __REDIRECT (mtx_timedlock, (mtx_t *__restrict __mutex,
161 extern int mtx_trylock (mtx_t *__mutex);
165 extern int mtx_unlock (mtx_t *__mutex);
168 extern void mtx_destroy (mtx_t *__mutex);
190 extern int cnd_wait (cnd_t *__cond, mtx_t *__mutex);
197 mtx_t *__restrict __mutex,
202 mtx_t *__restrict __mutex,