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

1 2

  /external/mesa3d/src/gallium/state_trackers/vdpau/
htab.c 33 static mtx_t htab_lock = _MTX_INITIALIZER_NP;
  /external/mesa3d/src/egl/main/
egldriver.c 49 static mtx_t _eglModuleMutex = _MTX_INITIALIZER_NP;
eglglobals.c 48 static mtx_t _eglGlobalMutex = _MTX_INITIALIZER_NP;
egllog.c 64 .mutex = _MTX_INITIALIZER_NP,
eglcurrent.c 42 static mtx_t _egl_TSDMutex = _MTX_INITIALIZER_NP;
  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_execmem.c 66 static mtx_t exec_mutex = _MTX_INITIALIZER_NP;
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump.c 62 static mtx_t call_mutex = _MTX_INITIALIZER_NP;
  /external/mesa3d/src/mapi/
u_execmem.c 42 static mtx_t exec_mutex = _MTX_INITIALIZER_NP;
u_current.c 145 static mtx_t ThreadCheckMutex = _MTX_INITIALIZER_NP;
stub.c 121 static mtx_t dynamic_mutex = _MTX_INITIALIZER_NP;
  /external/mesa3d/src/mesa/main/
execmem.c 63 static mtx_t exec_mutex = _MTX_INITIALIZER_NP;
  /external/mesa3d/src/util/
simple_mtx.h 108 #define _SIMPLE_MTX_INITIALIZER_NP _MTX_INITIALIZER_NP
  /external/mesa3d/src/gallium/state_trackers/omx_bellagio/
entrypoint.c 54 static mtx_t omx_lock = _MTX_INITIALIZER_NP;
  /external/mesa3d/src/gallium/winsys/freedreno/drm/
freedreno_drm_winsys.c 45 static mtx_t fd_screen_mutex = _MTX_INITIALIZER_NP;
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_refcnt.c 55 static mtx_t serials_mutex = _MTX_INITIALIZER_NP;
u_debug_flush.c 80 static mtx_t list_mutex = _MTX_INITIALIZER_NP;
u_debug_stack.c 50 static mtx_t symbols_mutex = _MTX_INITIALIZER_NP;
u_debug_symbol.c 274 static mtx_t symbols_mutex = _MTX_INITIALIZER_NP;
  /external/mesa3d/src/gallium/winsys/etnaviv/drm/
etnaviv_drm_winsys.c 72 static mtx_t etna_screen_mutex = _MTX_INITIALIZER_NP;
  /external/mesa3d/src/gallium/winsys/nouveau/drm/
nouveau_drm_winsys.c 22 static mtx_t nouveau_screen_mutex = _MTX_INITIALIZER_NP;
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_cpufreq.c 65 static mtx_t gcpufreq_mutex = _MTX_INITIALIZER_NP;
hud_diskstat.c 85 static mtx_t gdiskstat_mutex = _MTX_INITIALIZER_NP;
hud_sensors_temp.c 53 static mtx_t gsensor_temp_mutex = _MTX_INITIALIZER_NP;
  /external/virglrenderer/src/gallium/auxiliary/os/
os_thread.h 94 static pipe_mutex mutex = _MTX_INITIALIZER_NP
  /external/mesa3d/include/c11/
threads_posix.h 62 #define _MTX_INITIALIZER_NP PTHREAD_MUTEX_INITIALIZER

Completed in 2444 milliseconds

1 2