HomeSort by relevance Sort by last modified time
    Searched refs:driver_lock (Results 1 - 4 of 4) sorted by null

  /external/minigbm/
drv.c 143 if (pthread_mutex_init(&drv->driver_lock, NULL))
173 pthread_mutex_destroy(&drv->driver_lock);
181 pthread_mutex_lock(&drv->driver_lock);
190 pthread_mutex_unlock(&drv->driver_lock);
191 pthread_mutex_destroy(&drv->driver_lock);
269 pthread_mutex_lock(&drv->driver_lock);
278 pthread_mutex_unlock(&drv->driver_lock);
307 pthread_mutex_lock(&drv->driver_lock);
316 pthread_mutex_unlock(&drv->driver_lock);
327 pthread_mutex_lock(&drv->driver_lock);
    [all...]
drv_priv.h 59 pthread_mutex_t driver_lock; member in struct:driver
helpers.c 372 pthread_mutex_lock(&bo->drv->driver_lock);
374 pthread_mutex_unlock(&bo->drv->driver_lock);
  /external/f2fs-tools/tools/sg_write_buffer/include/
freebsd_nvme_ioctl.h 143 * driver_lock is used by the driver only. It must be set to 0
146 struct mtx * driver_lock; member in struct:nvme_pt_command

Completed in 142 milliseconds