Searched refs:stop_ptraced_child (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/arch/um/os-Linux/ |
H A D | start_up.c | 121 static int stop_ptraced_child(int pid, int exitcode, int mustexit) stop_ptraced_child() function 126 perror("stop_ptraced_child : ptrace failed"); stop_ptraced_child() 198 if (stop_ptraced_child(pid, 0, 0) < 0) check_sysemu() 243 if (stop_ptraced_child(pid, 0, 0) < 0) check_sysemu() 254 stop_ptraced_child(pid, 1, 0); check_sysemu() 294 stop_ptraced_child(pid, 0, 1); check_ptrace() 339 stop_ptraced_child(pid, 1, 1); os_early_checks()
|
Completed in 96 milliseconds