Searched refs:fd_screen_mutex (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/freedreno/drm/
H A Dfreedreno_drm_winsys.c44 static mtx_t fd_screen_mutex = _MTX_INITIALIZER_NP; variable in typeref:typename:mtx_t
52 mtx_lock(&fd_screen_mutex);
63 mtx_unlock(&fd_screen_mutex);
77 mtx_lock(&fd_screen_mutex);
108 mtx_unlock(&fd_screen_mutex);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/freedreno/drm/
H A Dfreedreno_drm_winsys.c43 static mtx_t fd_screen_mutex = _MTX_INITIALIZER_NP; variable in typeref:typename:mtx_t
51 mtx_lock(&fd_screen_mutex);
57 mtx_unlock(&fd_screen_mutex);
92 mtx_lock(&fd_screen_mutex);
123 mtx_unlock(&fd_screen_mutex);

Completed in 3 milliseconds