Lines Matching refs:pid
115 int pid = fork(); in stdio_dynamic_chk_003() local
116 switch (pid) { in stdio_dynamic_chk_003()
124 waitpid(pid, &status, WUNTRACED); in stdio_dynamic_chk_003()
128 kill(pid, SIGCONT); in stdio_dynamic_chk_003()
154 int pid = fork(); in stdio_dynamic_chk_004() local
155 switch (pid) { in stdio_dynamic_chk_004()
163 waitpid(pid, &status, WUNTRACED); in stdio_dynamic_chk_004()
167 kill(pid, SIGCONT); in stdio_dynamic_chk_004()
242 int pid = fork(); in stdio_dynamic_chk_007() local
243 switch (pid) { in stdio_dynamic_chk_007()
251 waitpid(pid, &status, WUNTRACED); in stdio_dynamic_chk_007()
255 kill(pid, SIGCONT); in stdio_dynamic_chk_007()
308 int pid = fork(); in stdio_dynamic_chk_010() local
309 switch (pid) { in stdio_dynamic_chk_010()
317 waitpid(pid, &status, WUNTRACED); in stdio_dynamic_chk_010()
321 kill(pid, SIGCONT); in stdio_dynamic_chk_010()
345 int pid = fork(); in stdio_dynamic_chk_011() local
346 switch (pid) { in stdio_dynamic_chk_011()
354 waitpid(pid, &status, WUNTRACED); in stdio_dynamic_chk_011()
358 kill(pid, SIGCONT); in stdio_dynamic_chk_011()
401 int pid = fork(); in stdio_dynamic_chk_012() local
402 switch (pid) { in stdio_dynamic_chk_012()
410 waitpid(pid, &status, WUNTRACED); in stdio_dynamic_chk_012()
414 kill(pid, SIGCONT); in stdio_dynamic_chk_012()
433 int pid = fork(); in stdio_dynamic_chk_013() local
434 switch (pid) { in stdio_dynamic_chk_013()
442 waitpid(pid, &status, WUNTRACED); in stdio_dynamic_chk_013()
446 kill(pid, SIGCONT); in stdio_dynamic_chk_013()