Home
last modified time | relevance | path

Searched refs:rt_pid (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/sched_ext/
H A Drt_stall.c152 int ext_pid, rt_pid; in sched_stress_test() local
179 rt_pid = fork(); in sched_stress_test()
180 if (rt_pid == 0) { in sched_stress_test()
189 } else if (rt_pid < 0) { in sched_stress_test()
217 rt_runtime = get_process_runtime(rt_pid); in sched_stress_test()
219 ksft_exit_fail_msg("Error getting runtime for RT task (PID %d)\n", rt_pid); in sched_stress_test()
220 ksft_print_msg("Runtime of RT task (PID %d) is %f seconds\n", rt_pid, rt_runtime); in sched_stress_test()
224 kill(rt_pid, SIGKILL); in sched_stress_test()
226 waitpid(rt_pid, NULL, 0); in sched_stress_test()