Lines Matching defs:mtx_t
115 } mtx_t; /* Mock of CRITICAL_SECTION */
128 typedef pthread_mutex_t mtx_t;
167 int cnd_timedwait(cnd_t *__restrict, mtx_t *__restrict __mtx,
169 int cnd_wait(cnd_t *, mtx_t *__mtx);
170 void mtx_destroy(mtx_t *__mtx);
171 int mtx_init(mtx_t *__mtx, int);
172 int mtx_lock(mtx_t *__mtx);
173 int mtx_timedlock(mtx_t *__restrict __mtx,
175 int mtx_trylock(mtx_t *__mtx);
176 int mtx_unlock(mtx_t *__mtx);