Home
last modified time | relevance | path

Searched refs:hrtend (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/aio/
H A Dposix_aio.c357 hrtime_t hrtend; in __aio_suspend() local
479 hrtend = hrtstart + (hrtime_t)timo->tv_sec * (hrtime_t)NANOSEC + in __aio_suspend()
481 hrtres = hrtend - gethrtime(); in __aio_suspend()
546 hrtres = hrtend - gethrtime(); in __aio_suspend()
585 hrtres = hrtend - gethrtime(); in __aio_suspend()
H A Daio.c518 hrtime_t hrtend; in aiowait() local
533 hrtend = gethrtime() + in aiowait()
619 hres = hrtend - gethrtime(); in aiowait()