Searched refs:tsrel (Results 1 – 1 of 1) sorted by relevance
103 struct timespec tsnow, tsrel; in futex_wait() local110 timespecsub(timeout, &tsnow, &tsrel); in futex_wait()112 timespecclear(&tsrel); in futex_wait()113 return futex(addr, FUTEX_WAIT, value, &tsrel, NULL); in futex_wait()