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.c553 int final_fd = screen->fence_get_fd(screen, final_fence); in test_sync_file_fences() local
554 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()