Searched refs:stop_ptraced_child (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/arch/um/os-Linux/ |
D | start_up.c | 121 static int stop_ptraced_child(int pid, int exitcode, int mustexit) in stop_ptraced_child() function 198 if (stop_ptraced_child(pid, 0, 0) < 0) in check_sysemu() 243 if (stop_ptraced_child(pid, 0, 0) < 0) in check_sysemu() 254 stop_ptraced_child(pid, 1, 0); in check_sysemu() 294 stop_ptraced_child(pid, 0, 1); in check_ptrace() 373 stop_ptraced_child(pid, 1, 1); in os_early_checks()
|