HomeSort by: relevance | last modified time | path
    Searched refs:mtx_t (Results 1 - 25 of 27) sorted by relevancy

1 2

  /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);
mq.h 33 mtx_t lock; \
  /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);
mq.h 33 mtx_t lock; \
  /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 *);
mtx.c 41 mtx_destroy(mtx_t *mtx)
53 mtx_init_default(mtx_t *mtx)
65 mtx_init_recursive(mtx_t *mtx)
89 mtx_init(mtx_t *mtx, int type)
107 mtx_lock(mtx_t *mtx)
119 mtx_timedlock(mtx_t *__restrict mtx, const struct timespec *__restrict ts)
136 mtx_trylock(mtx_t *mtx)
152 mtx_unlock(mtx_t *mtx)
cnd.c 89 cnd_timedwait(cnd_t * __restrict cond, mtx_t * __restrict mtx,
108 cnd_wait(cnd_t *cond, mtx_t *mtx)
  /src/external/bsd/jemalloc.old/dist/test/src/
mtx.c 8 mtx_init(mtx_t *mtx) {
33 mtx_fini(mtx_t *mtx) {
42 mtx_lock(mtx_t *mtx) {
53 mtx_unlock(mtx_t *mtx) {
  /src/external/bsd/jemalloc/dist/test/src/
mtx.c 8 mtx_init(mtx_t *mtx) {
33 mtx_fini(mtx_t *mtx) {
42 mtx_lock(mtx_t *mtx) {
53 mtx_unlock(mtx_t *mtx) {
  /src/external/bsd/jemalloc.old/dist/test/unit/
mtx.c 7 mtx_t mtx;
17 mtx_t mtx;
  /src/external/bsd/jemalloc/dist/test/unit/
mtx.c 7 mtx_t mtx;
17 mtx_t mtx;
background_thread_init.c 18 static mtx_t barrier_mtx;
  /src/external/gpl3/gdb/dist/gnulib/import/
mbtowc-lock.c 115 static mtx_t mutex;
126 DLL_EXPORTED mtx_t *gl_get_mbtowc_lock (void);
129 mtx_t *
setlocale-lock.c 115 static mtx_t mutex;
126 DLL_EXPORTED mtx_t *gl_get_setlocale_null_lock (void);
129 mtx_t *
mbtowc-lock.h 108 extern mtx_t *gl_get_mbtowc_lock (void);
113 mtx_t *lock = gl_get_mbtowc_lock ();
setlocale_null.c 247 extern mtx_t *gl_get_setlocale_null_lock (void);
252 mtx_t *lock = gl_get_setlocale_null_lock ();
  /src/external/gpl3/gdb.old/dist/gnulib/import/
mbtowc-lock.c 115 static mtx_t mutex;
126 DLL_EXPORTED mtx_t *gl_get_mbtowc_lock (void);
129 mtx_t *
setlocale-lock.c 115 static mtx_t mutex;
126 DLL_EXPORTED mtx_t *gl_get_setlocale_null_lock (void);
129 mtx_t *
mbtowc-lock.h 108 extern mtx_t *gl_get_mbtowc_lock (void);
113 mtx_t *lock = gl_get_mbtowc_lock ();
setlocale_null.c 247 extern mtx_t *gl_get_setlocale_null_lock (void);
252 mtx_t *lock = gl_get_setlocale_null_lock ();
  /src/tests/lib/libpthread/
t_cnd.c 59 static mtx_t b_m;
149 mtx_t m;
t_mtx.c 50 mtx_t m;
79 mtx_t m;
118 mtx_t m;
165 mtx_t m;
  /src/external/lgpl3/mpfr/dist/src/
mpfr-thread.h 65 mtx_t _lock;
  /src/external/gpl3/gdb/dist/gnulib/import/glthread/
lock.h 114 mtx_t mutex;
140 mtx_t lock; /* protects the remaining fields */
171 mtx_t mutex;
  /src/external/gpl3/gdb.old/dist/gnulib/import/glthread/
lock.h 114 mtx_t mutex;
140 mtx_t lock; /* protects the remaining fields */
171 mtx_t mutex;

Completed in 59 milliseconds

1 2