Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/aio/
H A Dposix_aio.c358 hrtime_t hrtres; in __aio_suspend() local
481 hrtres = hrtend - gethrtime(); in __aio_suspend()
482 if (hrtres <= 0) in __aio_suspend()
483 hrtres = 1; in __aio_suspend()
484 twait.tv_sec = hrtres / (hrtime_t)NANOSEC; in __aio_suspend()
485 twait.tv_nsec = hrtres % (hrtime_t)NANOSEC; in __aio_suspend()
546 hrtres = hrtend - gethrtime(); in __aio_suspend()
547 if (hrtres <= 0) { in __aio_suspend()
585 hrtres = hrtend - gethrtime(); in __aio_suspend()
586 if (hrtres <= 0) { in __aio_suspend()
[all …]