Home
last modified time | relevance | path

Searched refs:mtx_t (Results 1 – 25 of 35) sorted by relevance

12

/external/jemalloc/test/include/test/
Dmtx.h18 } mtx_t; typedef
20 bool mtx_init(mtx_t *mtx);
21 void mtx_fini(mtx_t *mtx);
22 void mtx_lock(mtx_t *mtx);
23 void mtx_unlock(mtx_t *mtx);
Dmq.h33 mtx_t lock; \
/external/mesa3d/include/c11/
Dthreads_posix.h68 typedef pthread_mutex_t mtx_t; typedef
135 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const xtime *xt) in cnd_timedwait()
155 cnd_wait(cnd_t *cond, mtx_t *mtx) in cnd_wait()
166 mtx_destroy(mtx_t *mtx) in mtx_destroy()
200 mtx_init(mtx_t *mtx, int type) in mtx_init()
224 mtx_lock(mtx_t *mtx) in mtx_lock()
231 mtx_trylock(mtx_t *mtx);
238 mtx_timedlock(mtx_t *mtx, const xtime *xt) in mtx_timedlock()
270 mtx_trylock(mtx_t *mtx) in mtx_trylock()
278 mtx_unlock(mtx_t *mtx) in mtx_unlock()
Dthreads_win32.h108 typedef CRITICAL_SECTION mtx_t; typedef
121 static inline int mtx_trylock(mtx_t *mtx);
122 static inline int mtx_lock(mtx_t *mtx);
123 static inline int mtx_unlock(mtx_t *mtx);
209 static int impl_cond_do_wait(cnd_t *cond, mtx_t *mtx, const xtime *xt) in impl_cond_do_wait()
381 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const xtime *xt) in cnd_timedwait()
395 cnd_wait(cnd_t *cond, mtx_t *mtx) in cnd_wait()
410 mtx_destroy(mtx_t *mtx) in mtx_destroy()
418 mtx_init(mtx_t *mtx, int type) in mtx_init()
432 mtx_lock(mtx_t *mtx) in mtx_lock()
[all …]
/external/jemalloc/test/src/
Dmtx.c8 mtx_init(mtx_t *mtx) in mtx_init()
34 mtx_fini(mtx_t *mtx) in mtx_fini()
46 mtx_lock(mtx_t *mtx) in mtx_lock()
61 mtx_unlock(mtx_t *mtx) in mtx_unlock()
/external/jemalloc/test/unit/
Dmtx.c8 mtx_t mtx; in TEST_BEGIN()
18 mtx_t mtx;
/external/mesa3d/src/egl/main/
Deglglobals.h52 mtx_t *Mutex;
Deglglobals.c40 static mtx_t _eglGlobalMutex = _MTX_INITIALIZER_NP;
Degllog.c52 mtx_t mutex;
Degldisplay.h142 mtx_t Mutex;
Degldriver.c53 static mtx_t _eglModuleMutex = _MTX_INITIALIZER_NP;
Deglcurrent.c46 static mtx_t _egl_TSDMutex = _MTX_INITIALIZER_NP;
/external/mesa3d/src/util/
Dslab.h51 mtx_t mutex;
/external/mesa3d/src/mapi/
Du_execmem.c42 static mtx_t exec_mutex = _MTX_INITIALIZER_NP;
Du_current.c145 static mtx_t ThreadCheckMutex = _MTX_INITIALIZER_NP;
Dmapi.c74 static mtx_t mutex = _MTX_INITIALIZER_NP; in mapi_init()
Dstub.c121 static mtx_t dynamic_mutex = _MTX_INITIALIZER_NP; in stub_find_dynamic()
/external/mesa3d/src/mesa/main/
Dexecmem.c62 static mtx_t exec_mutex = _MTX_INITIALIZER_NP;
Dmtypes.h957 mtx_t Mutex;
985 mtx_t Mutex; /**< for thread safety */
1284 mtx_t Mutex;
1415 mtx_t Mutex;
1916 mtx_t Mutex;
2896 mtx_t Mutex;
3052 mtx_t Mutex; /**< for thread safety */
3071 mtx_t TexMutex; /**< texobj thread safety */
3127 mtx_t Mutex; /**< for thread safety */
3205 mtx_t Mutex; /**< for thread safety */
[all …]
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_syncobj.c44 mtx_t mutex; /**< protects "fence" */
/external/mesa3d/src/gbm/backends/dri/
Dgbm_driint.h52 mtx_t mutex;
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_syncobj.c52 mtx_t mutex;
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_sync.c51 mtx_t mutex;
/external/mesa3d/src/gallium/auxiliary/os/
Dos_thread.h113 typedef mtx_t pipe_mutex;
/external/mesa3d/src/mesa/drivers/x11/
DxmesaP.h36 extern mtx_t _xmesa_lock;

12