Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_tests.c573 int final_fd = screen->fence_get_fd(screen, final_fence); in test_sync_file_fences() local
574 pass = pass && final_fd >= 0; in test_sync_file_fences()
575 pass = pass && sync_wait(final_fd, -1) == 0; in test_sync_file_fences()
597 if (final_fd >= 0) in test_sync_file_fences()
598 close(final_fd); in test_sync_file_fences()