Home
last modified time | relevance | path

Searched refs:timeline_cond (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.h299 pthread_cond_t timeline_cond; member
Dtu_drm.c591 ret = pthread_cond_timedwait(&dev->timeline_cond, in tu_timeline_sync_wait()
1099 pthread_cond_broadcast(&queue->device->timeline_cond); in tu_queue_submit_locked()
Dtu_device.c2008 if (pthread_cond_init(&device->timeline_cond, &condattr) != 0) { in tu_CreateDevice()
2125 pthread_cond_destroy(&device->timeline_cond); in tu_DestroyDevice()