Searched refs:stop_ptraced_child (Results 1 – 1 of 1) sorted by relevance
/arch/um/os-Linux/ |
D | start_up.c | 122 static int stop_ptraced_child(int pid, int exitcode, int mustexit) in stop_ptraced_child() function 237 if (stop_ptraced_child(pid, 0, 0) < 0) in check_sysemu() 282 if (stop_ptraced_child(pid, 0, 0) < 0) in check_sysemu() 293 stop_ptraced_child(pid, 1, 0); in check_sysemu() 333 stop_ptraced_child(pid, 0, 1); in check_ptrace() 378 stop_ptraced_child(pid, 1, 1); in os_early_checks() 438 stop_ptraced_child(pid, 1, 1); in check_skas3_ptrace_faultinfo() 467 stop_ptraced_child(pid, 1, 1); in check_skas3_ptrace_ldt()
|