Lines Matching refs:mtx_t
71 static_assert(sizeof(mtx_t) == sizeof(CRITICAL_SECTION), "The size of mtx_t must equal to CRITICAL_SECTION");
221 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *abs_time)
234 cnd_wait(cnd_t *cond, mtx_t *mtx)
246 mtx_destroy(mtx_t *mtx)
254 mtx_init(mtx_t *mtx, int type)
268 mtx_lock(mtx_t *mtx)
277 mtx_timedlock(mtx_t *mtx, const struct timespec *ts)
292 mtx_trylock(mtx_t *mtx)
300 mtx_unlock(mtx_t *mtx)