Searched refs:ext_pid (Results 1 – 1 of 1) sorted by relevance
152 int ext_pid, rt_pid; in sched_stress_test() local164 ext_pid = fork(); in sched_stress_test()165 if (ext_pid == 0) { in sched_stress_test()173 } else if (ext_pid < 0) { in sched_stress_test()209 ext_runtime = get_process_runtime(ext_pid); in sched_stress_test()212 class_str, ext_pid); in sched_stress_test()214 class_str, ext_pid, ext_runtime); in sched_stress_test()223 kill(ext_pid, SIGKILL); in sched_stress_test()225 waitpid(ext_pid, NULL, 0); in sched_stress_test()