Searched refs:child_pid (Results 1 – 1 of 1) sorted by relevance
28 static pid_t child_pid = -1; variable32 kill(child_pid, SIGKILL); in kill_child()214 child_pid = fork(); in gx_validation_setup()215 if (child_pid > 0) in gx_validation_setup()