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

/illumos-gate/usr/src/uts/common/os/
H A Dturnstile.c610 int timedwait = 0; local
621 timedwait = 1;
633 if (timedwait)
639 else if (imm_timeout || (timedwait && tim == -1))
/illumos-gate/usr/src/lib/libc/port/aio/
H A Dposix_aio.c53 /* defines for timedwait in __aio_waitn() and __aio_suspend() */
348 int timedwait; local
378 timedwait = AIO_TIMEOUT_WAIT;
382 timedwait = AIO_TIMEOUT_POLL;
386 timedwait = AIO_TIMEOUT_INDEF;
477 if (timedwait == AIO_TIMEOUT_WAIT) {
487 } else if (timedwait == AIO_TIMEOUT_POLL) {
544 if (timedwait == AIO_TIMEOUT_WAIT) {
577 if (timedwait == AIO_TIMEOUT_POLL) {
583 if (timedwait
941 int timedwait = AIO_TIMEOUT_UNDEF; local
1251 _aio_check_timeout(const timespec_t *utimo, timespec_t *end, int *timedwait) argument
[all...]
H A Daio.c517 int timedwait = 0; local
541 timedwait++;
621 } else if (timedwait) {
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_sobj.c808 * Unlike the protocol for other lwp timedwait operations,
1154 caddr_t timedwait; local
1177 timedwait = (caddr_t)tsp;
1181 timedwait = NULL;
1271 if (timedwait) {
1281 timedwait = NULL;
1289 if (timedwait)
1297 if (timedwait)
1302 else if (imm_timeout || (timedwait && tim == -1))
1585 caddr_t timedwait; local
2033 caddr_t timedwait; local
2342 caddr_t timedwait; local
[all...]

Completed in 56 milliseconds