Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
H A Dfutex.h107 struct timespec tsnow, tsrel; in futex_wait() local
114 timespecsub(timeout, &tsnow, &tsrel); in futex_wait()
116 timespecclear(&tsrel); in futex_wait()
117 return futex(addr, FUTEX_WAIT, value, &tsrel, NULL); in futex_wait()

Completed in 1 milliseconds