Searched refs:child_proc (Results 1 – 1 of 1) sorted by relevance
686 ChildProcInfo child_proc; in RunChildProcess() local687 child_proc.child_read_fd = pipefd[0]; in RunChildProcess()688 child_proc.pid = pid; in RunChildProcess()689 child_proc.start_time_ns = NanoTime(); in RunChildProcess()690 child_proc.deadline_end_time_ns = child_proc.start_time_ns + GetTimeoutMs(test_name) * 1000000LL; in RunChildProcess()691 child_proc.testcase_id = testcase_id; in RunChildProcess()692 child_proc.test_id = test_id; in RunChildProcess()693 child_proc.finished = false; in RunChildProcess()694 return child_proc; in RunChildProcess()703 for (const auto& child_proc : child_proc_list) { in HandleSignals() local[all …]