Searched refs:helper_process_pids (Results 1 – 1 of 1) sorted by relevance
1769 static pid_t helper_process_pids[] = variable1774 for (int i = 0; i < ARRAY_SIZE(helper_process_pids); i++) in reset_helper_process_list()1775 helper_process_pids[i] = -1; in reset_helper_process_list()1792 for (int i = 0; i < ARRAY_SIZE(helper_process_pids); i++) { in fork_helper_exit_handler()1793 pid_t pid = helper_process_pids[i]; in fork_helper_exit_handler()1811 assert(helper_process_count < ARRAY_SIZE(helper_process_pids)); in __igt_fork_helper()1813 for (id = 0; helper_process_pids[id] != -1; id++) in __igt_fork_helper()1843 helper_process_pids[id] = pid; in __igt_fork_helper()1868 helper_process_pids[proc->id] = -1; in igt_wait_helper()