Home
last modified time | relevance | path

Searched refs:P_SINTR (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/bsd/tmux/dist/
H A Dosdep-openbsd.c69 if ((p1->p_flag & P_SINTR) && !(p2->p_flag & P_SINTR)) in cmp_procs()
71 if (!(p1->p_flag & P_SINTR) && (p2->p_flag & P_SINTR)) in cmp_procs()
/netbsd/sys/sys/
H A Dsysctl.h525 #define P_SINTR /* 0x00000080 */ L_SINTR macro