Lines Matching refs:sync_thread
334 thrd_t sync_thread; member
6742 if (!vrend_state.sync_thread) in vrend_free_sync_thread()
6750 thrd_join(vrend_state.sync_thread, NULL); in vrend_free_sync_thread()
6751 vrend_state.sync_thread = 0; in vrend_free_sync_thread()
6778 assert(!vrend_state.sync_thread); in vrend_free_fences()
6790 if (vrend_state.sync_thread) { in vrend_free_fences_for_context()
6975 vrend_state.sync_thread = u_thread_create(thread_sync, NULL); in vrend_renderer_use_threaded_sync()
6976 if (!vrend_state.sync_thread) { in vrend_renderer_use_threaded_sync()
10402 if (vrend_state.sync_thread) { in vrend_renderer_create_fence()
10447 if (vrend_state.sync_thread) { in vrend_renderer_check_fences()
12441 if (vrend_state.sync_thread) in vrend_renderer_export_ctx0_fence()
12460 if (vrend_state.sync_thread) in vrend_renderer_export_ctx0_fence()