Home | History | Annotate | Download | only in c11

Lines Matching defs:mtx_t

88 typedef CRITICAL_SECTION mtx_t;
101 static inline int mtx_trylock(mtx_t *mtx);
102 static inline int mtx_lock(mtx_t *mtx);
103 static inline int mtx_unlock(mtx_t *mtx);
253 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *abs_time)
270 cnd_wait(cnd_t *cond, mtx_t *mtx)
282 mtx_destroy(mtx_t *mtx)
290 mtx_init(mtx_t *mtx, int type)
304 mtx_lock(mtx_t *mtx)
313 mtx_timedlock(mtx_t *mtx, const struct timespec *ts)
332 mtx_trylock(mtx_t *mtx)
340 mtx_unlock(mtx_t *mtx)