Searched refs:timeout_poll (Results 1 – 1 of 1) sorted by relevance
927 int timeout_poll; in virgl_fence_wait() local937 timeout_poll = timeout_ms <= INT_MAX ? (int) timeout_ms : -1; in virgl_fence_wait()939 return sync_wait(fence->fd, timeout_poll) == 0; in virgl_fence_wait()