Home
last modified time | relevance | path

Searched refs:MUSTRETURN (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/disp/
H A Dshuttle.c163 MUSTRETURN(curproc, curthread) || schedctl_cancel_pending())) in shuttle_resume()
198 MUSTRETURN(curproc, curthread) || schedctl_cancel_pending()) in shuttle_swtch()
234 if (lwp && (ISSIG(t, JUSTLOOKING) || MUSTRETURN(p, t))) in shuttle_sleep()
/illumos-gate/usr/src/uts/common/os/
H A Dcondvar.c338 if (ISSIG(t, JUSTLOOKING) || MUSTRETURN(p, t) || cancel_pending) in cv_wait_sig()
351 if (lwp->lwp_sysabort || MUSTRETURN(p, t)) in cv_wait_sig()
419 if (ISSIG(t, JUSTLOOKING) || MUSTRETURN(p, t) || cancel_pending) in cv_timedwait_sig_hires()
450 if (lwp->lwp_sysabort || MUSTRETURN(p, t)) in cv_timedwait_sig_hires()
561 if (ISSIG(t, JUSTLOOKING) || MUSTRETURN(p, t) || cancel_pending) in cv_wait_sig_swap_core()
576 if (lwp->lwp_sysabort || MUSTRETURN(p, t)) in cv_wait_sig_swap_core()
H A Dsemaphore.c283 if (ISSIG(t, JUSTLOOKING) || MUSTRETURN(p, t) || cancel_pending) in sema_p_sig()
288 MUSTRETURN(p, t) || (cancelled = cancel_pending) != 0) { in sema_p_sig()
H A Dturnstile.c629 MUSTRETURN(p, curthread) || imm_timeout) in turnstile_block()
637 MUSTRETURN(p, curthread)) in turnstile_block()
H A Dsig.c473 if ((lwp->lwp_asleep && MUSTRETURN(p, t)) || in issig_justlooking()
589 if (lwp->lwp_asleep && MUSTRETURN(p, t)) { in issig_forreal()
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_sobj.c1292 if (ISSIG(t, JUSTLOOKING) || MUSTRETURN(p, t) || imm_timeout) in lwp_mutex_timedlock()
1299 if (ISSIG(t, FORREAL) || lwp->lwp_sysabort || MUSTRETURN(p, t)) in lwp_mutex_timedlock()
1771 if (ISSIG(t, JUSTLOOKING) || MUSTRETURN(p, t) || in lwp_cond_wait()
1779 MUSTRETURN(p, t) || imm_unpark) in lwp_cond_wait()
2130 if (ISSIG(t, JUSTLOOKING) || MUSTRETURN(p, t) || in lwp_sema_timedwait()
2139 MUSTRETURN(p, t) || imm_unpark) in lwp_sema_timedwait()
2632 if (ISSIG(t, JUSTLOOKING) || MUSTRETURN(p, t) || imm_timeout) in lwp_rwlock_lock()
2646 if (ISSIG(t, FORREAL) || lwp->lwp_sysabort || MUSTRETURN(p, t)) in lwp_rwlock_lock()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h567 #define MUSTRETURN(p, t) (ISHOLD(p) | (t)->t_activefd.a_stale) macro
/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c716 MUSTRETURN(curproc, curthread) || in door_call()
1537 MUSTRETURN(curproc, curthread) || in door_return()
3224 MUSTRETURN(curproc, curthread) || in door_upcall()
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c519 JUSTLOOKING) || MUSTRETURN(curproc, curthread))) { in auto_calldaemon()
522 MUSTRETURN(curproc, curthread)) { in auto_calldaemon()