Searched refs:vsync_thread (Results 1 – 2 of 2) sorted by relevance
81 thrd_t vsync_thread; member
442 thrd_join(display->vsync_thread, &res); in display_release()584 static int vsync_thread(void *arg) { in vsync_thread() function822 thrd_create_with_name(&display->vsync_thread, vsync_thread, display, "vsync_thread"); in vim2_display_bind()
Completed in 8 milliseconds