Searched refs:why (Results 1 – 2 of 2) sorted by relevance
915 unsigned int why; in prepare_signal() local938 why = 0; in prepare_signal()940 why |= SIGNAL_CLD_CONTINUED; in prepare_signal()942 why |= SIGNAL_CLD_STOPPED; in prepare_signal()944 if (why) { in prepare_signal()950 signal_set_stop_flags(signal, why | SIGNAL_STOP_CONTINUED); in prepare_signal()2013 bool for_ptracer, int why) in do_notify_parent_cldstop() argument2043 info.si_code = why; in do_notify_parent_cldstop()2044 switch (why) { in do_notify_parent_cldstop()2115 static void ptrace_stop(int exit_code, int why, int clear_code, kernel_siginfo_t *info) in ptrace_stop() argument[all …]
1137 int exit_code, *p_code, why; in wait_task_stopped() local1179 why = ptrace ? CLD_TRAPPED : CLD_STOPPED; in wait_task_stopped()1191 infop->cause = why; in wait_task_stopped()