Searched defs:hres (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/aio/
H A Daio.c518 hrtime_t hres; local
618 hres = hrtend - gethrtime();
619 if (hres <= 0) {
628 hres += (NANOSEC / MICROSEC) - 1;
629 wait->tv_sec = hres / NANOSEC;
631 (hres % NANOSEC) / (NANOSEC / MICROSEC);

Completed in 31 milliseconds