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

  /external/libdrm/amdgpu/
amdgpu_bo.c 59 pthread_mutex_lock(&bo->dev->bo_table_mutex);
66 pthread_mutex_unlock(&bo->dev->bo_table_mutex);
200 pthread_mutex_lock(&bo->dev->bo_table_mutex);
203 pthread_mutex_unlock(&bo->dev->bo_table_mutex);
245 pthread_mutex_lock(&bo->dev->bo_table_mutex);
249 pthread_mutex_unlock(&bo->dev->bo_table_mutex);
295 pthread_mutex_lock(&dev->bo_table_mutex);
311 pthread_mutex_unlock(&dev->bo_table_mutex);
335 pthread_mutex_unlock(&dev->bo_table_mutex);
339 pthread_mutex_unlock(&dev->bo_table_mutex);
    [all...]
amdgpu_internal.h 79 /** List of buffer handles. Protected by bo_table_mutex. */
81 /** List of buffer GEM flink names. Protected by bo_table_mutex. */
84 pthread_mutex_t bo_table_mutex; member in struct:amdgpu_device
amdgpu_device.c 140 pthread_mutex_destroy(&dev->bo_table_mutex);
243 pthread_mutex_init(&dev->bo_table_mutex, NULL);

Completed in 74 milliseconds