Searched refs:why (Results 1 – 2 of 2) sorted by relevance
924 unsigned int why; in prepare_signal() local947 why = 0; in prepare_signal()949 why |= SIGNAL_CLD_CONTINUED; in prepare_signal()951 why |= SIGNAL_CLD_STOPPED; in prepare_signal()953 if (why) { in prepare_signal()959 signal_set_stop_flags(signal, why | SIGNAL_STOP_CONTINUED); in prepare_signal()2031 bool for_ptracer, int why) in do_notify_parent_cldstop() argument2061 info.si_code = why; in do_notify_parent_cldstop()2062 switch (why) { in do_notify_parent_cldstop()2124 static void ptrace_stop(int exit_code, int why, int clear_code, kernel_siginfo_t *info) in ptrace_stop() argument[all …]
1222 int exit_code, *p_code, why; in wait_task_stopped() local1264 why = ptrace ? CLD_TRAPPED : CLD_STOPPED; in wait_task_stopped()1276 infop->cause = why; in wait_task_stopped()