Home
last modified time | relevance | path

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

12345

/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);
/external/jemalloc_new/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);
/external/virglrenderer/src/gallium/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()
174 mtx_init(mtx_t *mtx, int type) in mtx_init()
193 mtx_lock(mtx_t *mtx) in mtx_lock()
200 mtx_trylock(mtx_t *mtx);
207 mtx_timedlock(mtx_t *mtx, const xtime *xt) in mtx_timedlock()
239 mtx_trylock(mtx_t *mtx) in mtx_trylock()
247 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/mesa3d/include/c11/
Dthreads_posix.h68 typedef pthread_mutex_t mtx_t; typedef
135 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *abs_time) in cnd_timedwait()
151 cnd_wait(cnd_t *cond, mtx_t *mtx) in cnd_wait()
162 mtx_destroy(mtx_t *mtx) in mtx_destroy()
196 mtx_init(mtx_t *mtx, int type) in mtx_init()
220 mtx_lock(mtx_t *mtx) in mtx_lock()
227 mtx_trylock(mtx_t *mtx);
234 mtx_timedlock(mtx_t *mtx, const struct timespec *ts) in mtx_timedlock()
263 mtx_trylock(mtx_t *mtx) in mtx_trylock()
271 mtx_unlock(mtx_t *mtx) in mtx_unlock()
Dthreads_win32.h122 typedef CRITICAL_SECTION mtx_t; typedef
135 static inline int mtx_trylock(mtx_t *mtx);
136 static inline int mtx_lock(mtx_t *mtx);
137 static inline int mtx_unlock(mtx_t *mtx);
223 static int impl_cond_do_wait(cnd_t *cond, mtx_t *mtx, const struct timespec *ts) in impl_cond_do_wait()
395 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *abs_time) in cnd_timedwait()
409 cnd_wait(cnd_t *cond, mtx_t *mtx) in cnd_wait()
424 mtx_destroy(mtx_t *mtx) in mtx_destroy()
432 mtx_init(mtx_t *mtx, int type) in mtx_init()
446 mtx_lock(mtx_t *mtx) in mtx_lock()
[all …]
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_winsys.h78 mtx_t bo_handles_mutex;
79 mtx_t bo_va_mutex;
80 mtx_t bo_fence_lock;
91 mtx_t hyperz_owner_mutex;
93 mtx_t cmask_owner_mutex;
/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_new/test/src/
Dmtx.c8 mtx_init(mtx_t *mtx) { in mtx_init()
35 mtx_fini(mtx_t *mtx) { in mtx_fini()
45 mtx_lock(mtx_t *mtx) { in mtx_lock()
58 mtx_unlock(mtx_t *mtx) { in mtx_unlock()
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_context.h45 mtx_t call_mutex;
61 mtx_t draw_mutex;
77 mtx_t list_mutex;
/external/mesa3d/src/util/
Du_queue.h124 mtx_t mutex;
203 mtx_t finish_lock; /* only for util_queue_finish */
204 mtx_t lock;
Dslab.h51 mtx_t mutex;
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_screen.h69 mtx_t lock;
78 mtx_t bo_handles_mutex;
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_screen.h69 mtx_t tex_mutex;
71 mtx_t swc_mutex; /* Used for buffer uploads */
/external/jemalloc_new/test/unit/
Dmtx.c7 mtx_t mtx; in TEST_BEGIN()
17 mtx_t mtx;
/external/jemalloc/test/unit/
Dmtx.c8 mtx_t mtx; in TEST_BEGIN()
18 mtx_t mtx;
/external/mesa3d/src/gallium/winsys/virgl/drm/
Dvirgl_drm_winsys.h62 mtx_t mutex;
66 mtx_t bo_handles_mutex;
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_screen.h84 mtx_t lock;
91 mtx_t bo_handles_mutex;
/external/mesa3d/src/gallium/auxiliary/os/
Dos_thread.h49 __pipe_mutex_assert_locked(mtx_t *mutex) in __pipe_mutex_assert_locked()
71 mtx_t mutex;
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_queue.c77 mtx_t mutex_pop;
78 mtx_t mutex_push;
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.h59 mtx_t rast_mutex;
Dlp_fence.h46 mtx_t mutex;
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.h136 mtx_t aux_context_lock;
149 mtx_t gpu_load_mutex;
184 mtx_t shader_parts_mutex;
203 mtx_t shader_cache_mutex;
/external/mesa3d/src/egl/main/
Deglglobals.h52 mtx_t *Mutex;
/external/mesa3d/src/gallium/targets/haiku-softpipe/
DGalliumContext.h53 mtx_t fMutex;

12345