Searched refs:stop_ptraced_child (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Dstart_up.c136 static int stop_ptraced_child(int pid, void *stack, int exitcode, function
142 fatal_perror("stop_ptraced_child : ptrace failed");
243 if (stop_ptraced_child(pid, stack, 0, 0) < 0)
282 if (stop_ptraced_child(pid, stack, 0, 0) < 0)
293 stop_ptraced_child(pid, stack, 1, 0);
334 stop_ptraced_child(pid, stack, 0, 1);
437 stop_ptraced_child(pid, stack, 1, 1);
470 stop_ptraced_child(pid, stack, 1, 1);

Completed in 98 milliseconds