Searched refs:P_OSREL_SIGWAIT (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/sys/ | ||
H A D | param.h | 95 #define P_OSREL_SIGWAIT 700000 macro |
/freebsd/sys/kern/ | ||
H A D | kern_sig.c | 1261 if (error == EINTR && td->td_proc->p_osrel < P_OSREL_SIGWAIT) in sys_sigwait() |