Home | History | Annotate | Download | only in c11

Lines Matching refs:mtx_t

108 typedef CRITICAL_SECTION mtx_t;
121 static inline int mtx_trylock(mtx_t *mtx);
122 static inline int mtx_lock(mtx_t *mtx);
123 static inline int mtx_unlock(mtx_t *mtx);
209 static int impl_cond_do_wait(cnd_t *cond, mtx_t *mtx, const xtime *xt)
381 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const xtime *xt)
395 cnd_wait(cnd_t *cond, mtx_t *mtx)
410 mtx_destroy(mtx_t *mtx)
418 mtx_init(mtx_t *mtx, int type)
432 mtx_lock(mtx_t *mtx)
441 mtx_timedlock(mtx_t *mtx, const xtime *xt)
459 mtx_trylock(mtx_t *mtx)
467 mtx_unlock(mtx_t *mtx)