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

/osnet-11/usr/src/lib/libc/port/aio/
H A Dposix_aio.c351 timespec_t twait; /* copy of timo for internal calculations */ local
489 twait.tv_sec = hrtres / (hrtime_t)NANOSEC;
490 twait.tv_nsec = hrtres % (hrtime_t)NANOSEC;
491 wait = &twait;
493 twait = *timo; /* content of timo = 0 : polling */
494 wait = &twait;
951 timespec_t twait; /* copy of utimo for internal calculations */ local
995 twait = *utimo;
996 wait = &twait;
1059 twait
[all...]
H A Daio.c515 struct timeval twait; local
535 twait = *uwait;
536 wait = &twait;
/osnet-11/usr/src/lib/fm/libldom/sparc/
H A Dldmsvcs_utils.c274 struct timespec twait; local
278 twait.tv_sec = time(NULL) + lhp->lsinfo->cv_twait;
279 twait.tv_nsec = 0;
288 &twait);
1011 struct timespec twait; local
1033 twait.tv_sec = time(NULL) + lsp->cv_twait;
1034 twait.tv_nsec = 0;
1039 &lsp->fmas_svcs.mt, &twait);
1214 struct timespec twait; local
1253 twait
[all...]

Completed in 67 milliseconds