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

/illumos-gate/usr/src/lib/libc/port/aio/
H A Dposix_aio.c346 timespec_t twait; /* copy of timo for internal calculations */ local
484 twait.tv_sec = hrtres / (hrtime_t)NANOSEC;
485 twait.tv_nsec = hrtres % (hrtime_t)NANOSEC;
486 wait = &twait;
488 twait = *timo; /* content of timo = 0 : polling */
489 wait = &twait;
944 timespec_t twait; /* copy of utimo for internal calculations */ local
988 twait = *utimo;
989 wait = &twait;
1052 twait
[all...]
H A Daio.c519 struct timeval twait; local
539 twait = *uwait;
540 wait = &twait;
/illumos-gate/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 70 milliseconds