Searched refs:sigh (Results 1 - 1 of 1) sorted by path

/kernel/
H A Dptrace.c407 static int ignoring_children(struct sighand_struct *sigh) argument
410 spin_lock(&sigh->siglock);
411 ret = (sigh->action[SIGCHLD-1].sa.sa_handler == SIG_IGN) ||
412 (sigh->action[SIGCHLD-1].sa.sa_flags & SA_NOCLDWAIT);
413 spin_unlock(&sigh->siglock);

Completed in 48 milliseconds