Home
last modified time | relevance | path

Searched refs:poll_end (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/util/
H A Dlibsync.h106 struct timespec poll_start, poll_end; in sync_wait() local
114 clock_gettime(CLOCK_MONOTONIC, &poll_end); in sync_wait()
125 timeout -= (poll_end.tv_sec - poll_start.tv_sec) * 1000 + in sync_wait()
126 (poll_end.tv_nsec - poll_end.tv_nsec) / 1000000; in sync_wait()

Completed in 1 milliseconds