Lines Matching refs:mtx_t
68 typedef pthread_mutex_t mtx_t;
135 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const xtime *xt)
155 cnd_wait(cnd_t *cond, mtx_t *mtx)
166 mtx_destroy(mtx_t *mtx)
200 mtx_init(mtx_t *mtx, int type)
224 mtx_lock(mtx_t *mtx)
231 mtx_trylock(mtx_t *mtx);
238 mtx_timedlock(mtx_t *mtx, const xtime *xt)
270 mtx_trylock(mtx_t *mtx)
278 mtx_unlock(mtx_t *mtx)