Lines Matching refs:pid
113 int pid = fork(); in stdio_dynamic_chk_003() local
114 switch (pid) { in stdio_dynamic_chk_003()
122 waitpid(pid, &status, WUNTRACED); in stdio_dynamic_chk_003()
126 kill(pid, SIGCONT); in stdio_dynamic_chk_003()
151 int pid = fork(); in stdio_dynamic_chk_004() local
152 switch (pid) { in stdio_dynamic_chk_004()
160 waitpid(pid, &status, WUNTRACED); in stdio_dynamic_chk_004()
164 kill(pid, SIGCONT); in stdio_dynamic_chk_004()
236 int pid = fork(); in stdio_dynamic_chk_007() local
237 switch (pid) { in stdio_dynamic_chk_007()
245 waitpid(pid, &status, WUNTRACED); in stdio_dynamic_chk_007()
249 kill(pid, SIGCONT); in stdio_dynamic_chk_007()
299 int pid = fork(); in stdio_dynamic_chk_010() local
300 switch (pid) { in stdio_dynamic_chk_010()
308 waitpid(pid, &status, WUNTRACED); in stdio_dynamic_chk_010()
312 kill(pid, SIGCONT); in stdio_dynamic_chk_010()
335 int pid = fork(); in stdio_dynamic_chk_011() local
336 switch (pid) { in stdio_dynamic_chk_011()
344 waitpid(pid, &status, WUNTRACED); in stdio_dynamic_chk_011()
348 kill(pid, SIGCONT); in stdio_dynamic_chk_011()
390 int pid = fork(); in stdio_dynamic_chk_012() local
391 switch (pid) { in stdio_dynamic_chk_012()
399 waitpid(pid, &status, WUNTRACED); in stdio_dynamic_chk_012()
403 kill(pid, SIGCONT); in stdio_dynamic_chk_012()
421 int pid = fork(); in stdio_dynamic_chk_013() local
422 switch (pid) { in stdio_dynamic_chk_013()
430 waitpid(pid, &status, WUNTRACED); in stdio_dynamic_chk_013()
434 kill(pid, SIGCONT); in stdio_dynamic_chk_013()