Searched refs:timedwait (Results 1 – 4 of 4) sorted by relevance
348 int timedwait; in __aio_suspend() local378 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 …]
517 int timedwait = 0; in aiowait() local541 timedwait++; in aiowait()621 } else if (timedwait) { in aiowait()
1150 caddr_t timedwait; in lwp_mutex_timedlock() local1173 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() local1594 timedwait = (caddr_t)tsp; in lwp_cond_wait()[all …]
610 int timedwait = 0; in turnstile_block() local621 timedwait = 1; in turnstile_block()633 if (timedwait) in turnstile_block()639 else if (imm_timeout || (timedwait && tim == -1)) in turnstile_block()