HomeSort by relevance Sort by last modified time
    Searched refs:mtx_t (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /external/jemalloc/test/include/test/
mtx.h 18 } mtx_t; typedef in typeref:struct:__anon25113
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/
mtx.h 18 } mtx_t; typedef in typeref:struct:__anon25162
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/mesa3d/src/gallium/drivers/llvmpipe/
lp_screen.h 59 mtx_t rast_mutex;
lp_fence.h 46 mtx_t mutex;
  /external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_drm_winsys.h 78 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/mesa3d/src/gallium/drivers/rbug/
rbug_context.h 45 mtx_t call_mutex;
61 mtx_t draw_mutex;
77 mtx_t list_mutex;
rbug_screen.h 52 mtx_t list_mutex;
  /external/jemalloc/test/src/
mtx.c 8 mtx_init(mtx_t *mtx)
34 mtx_fini(mtx_t *mtx)
46 mtx_lock(mtx_t *mtx)
61 mtx_unlock(mtx_t *mtx)
  /external/jemalloc_new/test/src/
mtx.c 8 mtx_init(mtx_t *mtx) {
35 mtx_fini(mtx_t *mtx) {
45 mtx_lock(mtx_t *mtx) {
58 mtx_unlock(mtx_t *mtx) {
  /external/jemalloc/test/unit/
mtx.c 8 mtx_t mtx;
18 mtx_t mtx;
  /external/jemalloc_new/test/unit/
mtx.c 7 mtx_t mtx;
17 mtx_t mtx;
  /external/mesa3d/src/gallium/drivers/svga/
svga_screen.h 69 mtx_t tex_mutex;
71 mtx_t swc_mutex; /* Used for buffer uploads */
  /external/mesa3d/src/gallium/drivers/vc5/
vc5_screen.h 69 mtx_t lock;
78 mtx_t bo_handles_mutex;
  /external/mesa3d/include/c11/
threads_posix.h 68 typedef pthread_mutex_t mtx_t; typedef
135 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *abs_time)
151 cnd_wait(cnd_t *cond, mtx_t *mtx)
162 mtx_destroy(mtx_t *mtx)
196 mtx_init(mtx_t *mtx, int type)
220 mtx_lock(mtx_t *mtx)
227 mtx_trylock(mtx_t *mtx);
234 mtx_timedlock(mtx_t *mtx, const struct timespec *ts)
263 mtx_trylock(mtx_t *mtx)
271 mtx_unlock(mtx_t *mtx
    [all...]
threads_win32.h 122 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)
395 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *abs_time)
409 cnd_wait(cnd_t *cond, mtx_t *mtx)
424 mtx_destroy(mtx_t *mtx)
432 mtx_init(mtx_t *mtx, int type)
446 mtx_lock(mtx_t *mtx
    [all...]
  /external/virglrenderer/src/gallium/include/c11/
threads_posix.h 68 typedef pthread_mutex_t mtx_t; typedef
135 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const xtime *xt)
155 cnd_wait(cnd_t *cond, mtx_t *mtx)
166 mtx_destroy(mtx_t *mtx)
174 mtx_init(mtx_t *mtx, int type)
193 mtx_lock(mtx_t *mtx)
200 mtx_trylock(mtx_t *mtx);
207 mtx_timedlock(mtx_t *mtx, const xtime *xt)
239 mtx_trylock(mtx_t *mtx)
247 mtx_unlock(mtx_t *mtx
    [all...]
threads_win32.h 108 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)
381 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const xtime *xt)
395 cnd_wait(cnd_t *cond, mtx_t *mtx)
410 mtx_destroy(mtx_t *mtx)
418 mtx_init(mtx_t *mtx, int type)
432 mtx_lock(mtx_t *mtx
    [all...]
  /external/mesa3d/src/egl/main/
eglglobals.h 52 mtx_t *Mutex;
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_screen.h 84 mtx_t lock;
91 mtx_t bo_handles_mutex;
  /external/mesa3d/src/gallium/winsys/virgl/drm/
virgl_drm_winsys.h 62 mtx_t mutex;
66 mtx_t bo_handles_mutex;
  /external/mesa3d/src/util/
u_queue.h 124 mtx_t mutex;
203 mtx_t finish_lock; /* only for util_queue_finish */
204 mtx_t lock;
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_cache.h 55 mtx_t mutex;
pb_slab.h 113 mtx_t mutex;
  /external/mesa3d/src/gallium/auxiliary/util/
u_range.h 46 mtx_t write_mutex;
  /external/mesa3d/src/gallium/state_trackers/hgl/
hgl_context.h 77 mtx_t fbMutex;

Completed in 894 milliseconds

1 2 3 4 5