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

/xsrc/external/mit/MesaLib/dist/src/drm-shim/
H A Ddevice.c118 mtx_init(&shim_fd->handle_lock, mtx_plain);
205 mtx_lock(&shim_fd->handle_lock);
209 mtx_unlock(&shim_fd->handle_lock);
216 mtx_unlock(&shim_fd->handle_lock);
302 mtx_lock(&shim_fd->handle_lock);
306 mtx_unlock(&shim_fd->handle_lock);
341 mtx_lock(&shim_fd->handle_lock);
347 mtx_unlock(&shim_fd->handle_lock);
351 mtx_unlock(&shim_fd->handle_lock);
H A Ddrm_shim.h65 mtx_t handle_lock; member in struct:shim_fd

Completed in 5 milliseconds