Searched refs:final_fd (Results 1 – 1 of 1) sorted by relevance
553 int final_fd = screen->fence_get_fd(screen, final_fence); in test_sync_file_fences() local554 pass = pass && final_fd >= 0; in test_sync_file_fences()555 pass = pass && sync_wait(final_fd, -1) == 0; in test_sync_file_fences()577 if (final_fd >= 0) in test_sync_file_fences()578 close(final_fd); in test_sync_file_fences()