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

/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_sobj.c1577 lwp_cond_wait(lwp_cond_t *cv, lwp_mutex_t *mp, timespec_t *tsp, int check_park) argument
1740 if (check_park && (!schedctl_is_park() || t->t_unpark)) {
1791 if (tsp && check_park) /* copyout the residual time left */
2024 * See lwp_cond_wait(), above, for an explanation of the 'check_park' argument.
2027 lwp_sema_timedwait(lwp_sema_t *sp, timespec_t *tsp, int check_park) argument
2099 if (check_park && (!schedctl_is_park() || t->t_unpark)) {
2163 if (tsp && check_park && !time_error)

Completed in 51 milliseconds