Searched refs:MUSTRETURN (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/common/disp/ |
H A D | shuttle.c | 163 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 D | condvar.c | 338 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 D | semaphore.c | 283 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 D | turnstile.c | 629 MUSTRETURN(p, curthread) || imm_timeout) in turnstile_block() 637 MUSTRETURN(p, curthread)) in turnstile_block()
|
H A D | sig.c | 473 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 D | lwp_sobj.c | 1292 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 D | proc.h | 567 #define MUSTRETURN(p, t) (ISHOLD(p) | (t)->t_activefd.a_stale) macro
|
/illumos-gate/usr/src/uts/common/fs/doorfs/ |
H A D | door_sys.c | 716 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 D | auto_subr.c | 519 JUSTLOOKING) || MUSTRETURN(curproc, curthread))) { in auto_calldaemon() 522 MUSTRETURN(curproc, curthread)) { in auto_calldaemon()
|