Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/aio/
H A Dposix_aio.c348 int timedwait; in __aio_suspend() local
378 timedwait = AIO_TIMEOUT_WAIT; in __aio_suspend()
382 timedwait = AIO_TIMEOUT_POLL; in __aio_suspend()
386 timedwait = AIO_TIMEOUT_INDEF; in __aio_suspend()
477 if (timedwait == AIO_TIMEOUT_WAIT) { in __aio_suspend()
487 } else if (timedwait == AIO_TIMEOUT_POLL) { in __aio_suspend()
544 if (timedwait == AIO_TIMEOUT_WAIT) { in __aio_suspend()
577 if (timedwait == AIO_TIMEOUT_POLL) { in __aio_suspend()
583 if (timedwait == AIO_TIMEOUT_WAIT) { in __aio_suspend()
604 if (timedwait == AIO_TIMEOUT_WAIT) { in __aio_suspend()
[all …]
H A Daio.c517 int timedwait = 0; in aiowait() local
541 timedwait++; in aiowait()
621 } else if (timedwait) { in aiowait()
/titanic_41/usr/src/uts/common/syscall/
H A Dlwp_sobj.c1150 caddr_t timedwait; in lwp_mutex_timedlock() local
1173 timedwait = (caddr_t)tsp; in lwp_mutex_timedlock()
1177 timedwait = NULL; in lwp_mutex_timedlock()
1255 if (timedwait) { in lwp_mutex_timedlock()
1265 timedwait = NULL; in lwp_mutex_timedlock()
1273 if (timedwait) in lwp_mutex_timedlock()
1281 if (timedwait) in lwp_mutex_timedlock()
1286 else if (imm_timeout || (timedwait && tim == -1)) in lwp_mutex_timedlock()
1569 caddr_t timedwait; in lwp_cond_wait() local
1594 timedwait = (caddr_t)tsp; in lwp_cond_wait()
[all …]
/titanic_41/usr/src/uts/common/os/
H A Dturnstile.c610 int timedwait = 0; in turnstile_block() local
621 timedwait = 1; in turnstile_block()
633 if (timedwait) in turnstile_block()
639 else if (imm_timeout || (timedwait && tim == -1)) in turnstile_block()