HomeSort by: relevance | last modified time | path
    Searched defs:mtx_t (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/test/include/test/
mtx.h 16 } mtx_t; typedef in typeref:struct:__anon37
18 bool mtx_init(mtx_t *mtx);
19 void mtx_fini(mtx_t *mtx);
20 void mtx_lock(mtx_t *mtx);
21 void mtx_unlock(mtx_t *mtx);
  /src/external/bsd/jemalloc/dist/test/include/test/
mtx.h 16 } mtx_t; typedef in typeref:struct:__anon54
18 bool mtx_init(mtx_t *mtx);
19 void mtx_fini(mtx_t *mtx);
20 void mtx_lock(mtx_t *mtx);
21 void mtx_unlock(mtx_t *mtx);
  /src/lib/libpthread/
threads.h 61 typedef pthread_mutex_t mtx_t; typedef
92 int cnd_timedwait(cnd_t * __restrict, mtx_t * __restrict,
94 int cnd_wait(cnd_t *, mtx_t *);
97 void mtx_destroy(mtx_t *);
98 int mtx_init(mtx_t *, int);
99 int mtx_lock(mtx_t *);
100 int mtx_timedlock(mtx_t *__restrict, const struct timespec *__restrict);
101 int mtx_trylock(mtx_t *);
102 int mtx_unlock(mtx_t *);

Completed in 16 milliseconds