Searched refs:SIGPENDING (Results 1 – 5 of 5) sorted by relevance
11 ((s) & TASK_INTERRUPTIBLE ? SIGPENDING(curproc) : 0)12 #define signal_pending(y) SIGPENDING(curproc)
75 #define SIGPENDING(p) \ macro
1338 mask = SIGPENDING(p); in cursig()1378 if (sctx->sig_stop && SIGPENDING(p)) { in cursig()2096 if (SIGPENDING(p) != 0) { in userret()
1698 oldsig = wait ? SIGPENDING(curproc) : 0; in ttycheckoutq()1702 if (wait == 0 || SIGPENDING(curproc) != oldsig) { in ttycheckoutq()
1249 if (p && (SIGPENDING(p) & ~p->p_p->ps_sigacts->ps_sigignore & in nfs_sigintr()