Searched refs:g_child (Results 1 – 2 of 2) sorted by relevance
37 static pid_t volatile g_child; variable211 g_child = pid; in CustomPopen()231 kill(g_child, SIGKILL); in CustomPclose()232 if (waitpid(g_child, &stat, 0) == -1) { in CustomPclose()
42 static pid_t volatile g_child; variable516 g_child = pid; in CustomPopen()532 kill(g_child, SIGKILL); in CustomPclose()533 if (waitpid(g_child, &stat, 0) == -1) { in CustomPclose()