Home | History | Annotate | Download | only in c11

Lines Matching refs:mtx_t

68 typedef pthread_mutex_t mtx_t;
135 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *abs_time)
151 cnd_wait(cnd_t *cond, mtx_t *mtx)
162 mtx_destroy(mtx_t *mtx)
196 mtx_init(mtx_t *mtx, int type)
220 mtx_lock(mtx_t *mtx)
227 mtx_trylock(mtx_t *mtx);
234 mtx_timedlock(mtx_t *mtx, const struct timespec *ts)
263 mtx_trylock(mtx_t *mtx)
271 mtx_unlock(mtx_t *mtx)