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

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_device.c2585 if (u_cnd_monotonic_init(&queue->thread_cond)) {
2601 u_cnd_monotonic_broadcast(&queue->thread_cond);
2605 u_cnd_monotonic_destroy(&queue->thread_cond);
4882 u_cnd_monotonic_wait(&queue->thread_cond, &queue->thread_mutex);
4948 u_cnd_monotonic_signal(&queue->thread_cond);
H A Dradv_private.h696 struct u_cnd_monotonic thread_cond; member in struct:radv_queue

Completed in 18 milliseconds