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

1 2 3

  /external/jemalloc/test/include/test/
mtx.h 23 void mtx_unlock(mtx_t *mtx);
mq.h 59 mtx_unlock(&mq->lock); \
73 mtx_unlock(&mq->lock); \
108 mtx_unlock(&mq->lock); \
  /external/jemalloc/test/unit/
mtx.c 12 mtx_unlock(&mtx);
31 mtx_unlock(&arg->mtx);
  /external/mesa3d/src/mapi/
mapi.c 82 mtx_unlock(&mutex);
92 mtx_unlock(&mutex);
117 mtx_unlock(&mutex);
u_execmem.c 140 mtx_unlock(&exec_mutex);
u_current.c 209 mtx_unlock(&ThreadCheckMutex);
stub.c 142 mtx_unlock(&dynamic_mutex);
  /external/mesa3d/src/mesa/main/
execmem.c 112 mtx_unlock(&exec_mutex);
130 mtx_unlock(&exec_mutex);
hash.c 209 mtx_unlock(&table->Mutex);
258 mtx_unlock(&table->Mutex);
319 mtx_unlock(&table->Mutex);
367 mtx_unlock(&table->Mutex);
399 mtx_unlock(&table->Mutex);
427 mtx_unlock(&table2->Mutex);
renderbuffer.c 178 mtx_unlock(&oldRb->Mutex);
193 mtx_unlock(&rb->Mutex);
syncobj.c 193 mtx_unlock(&ctx->Shared->Mutex);
210 mtx_unlock(&ctx->Shared->Mutex);
214 mtx_unlock(&ctx->Shared->Mutex);
299 mtx_unlock(&ctx->Shared->Mutex);
robustness.c 153 mtx_unlock(&ctx->Shared->Mutex);
texobj.h 119 mtx_unlock(&ctx->Shared->TexMutex);
  /external/mesa3d/src/egl/main/
egllog.c 95 mtx_unlock(&logging.mutex);
117 mtx_unlock(&logging.mutex);
205 mtx_unlock(&logging.mutex);
eglglobals.c 101 mtx_unlock(_eglGlobal.Mutex);
eglcurrent.c 84 mtx_unlock(&_egl_TSDMutex);
95 mtx_unlock(&_egl_TSDMutex);
103 mtx_unlock(&_egl_TSDMutex);
322 mtx_unlock(_eglGlobal.Mutex);
  /external/mesa3d/src/mesa/state_tracker/
st_cb_syncobj.c 97 mtx_unlock(&so->mutex);
106 mtx_unlock(&so->mutex);
123 mtx_unlock(&so->mutex);
  /external/jemalloc/test/src/
mtx.c 61 mtx_unlock(mtx_t *mtx) function
  /external/mesa3d/src/util/
slab.c 162 mtx_unlock(&pool->parent->mutex);
216 mtx_unlock(&pool->parent->mutex);
270 mtx_unlock(&pool->parent->mutex);
272 mtx_unlock(&pool->parent->mutex);
  /external/mesa3d/src/compiler/
glsl_types.cpp 71 mtx_unlock(&glsl_type::mutex);
94 mtx_unlock(&glsl_type::mutex);
131 mtx_unlock(&glsl_type::mutex);
160 mtx_unlock(&glsl_type::mutex);
193 mtx_unlock(&glsl_type::mutex);
209 mtx_unlock(&glsl_type::mutex);
436 mtx_unlock(&glsl_type::mutex);
836 mtx_unlock(&glsl_type::mutex);
849 mtx_unlock(&glsl_type::mutex);
992 mtx_unlock(&glsl_type::mutex)
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_simulator.c 147 mtx_unlock(&sim_state.mutex);
163 mtx_unlock(&sim_state.mutex);
187 mtx_unlock(&sim_state.mutex);
197 mtx_unlock(&sim_state.mutex);
675 mtx_unlock(&sim_state.mutex);
702 mtx_unlock(&sim_state.mutex);
725 mtx_unlock(&sim_state.mutex);
740 mtx_unlock(&sim_state.mutex);
  /external/mesa3d/src/gallium/auxiliary/os/
os_thread.h 128 (void) mtx_unlock(&(mutex))
143 mtx_unlock(mutex);
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_syncobj.c 103 mtx_unlock(&fence->mutex);
147 mtx_unlock(&fence->mutex);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sync.c 112 mtx_unlock(&fence->mutex);
156 mtx_unlock(&fence->mutex);
  /external/mesa3d/include/c11/
threads_win32.h 123 static inline int mtx_unlock(mtx_t *mtx);
220 mtx_unlock(mtx);
467 mtx_unlock(mtx_t *mtx) function

Completed in 560 milliseconds

1 2 3