Searched refs:child_proc (Results 1 – 1 of 1) sorted by relevance
673 ChildProcInfo child_proc; in RunChildProcess() local674 child_proc.child_read_fd = pipefd[0]; in RunChildProcess()675 child_proc.pid = pid; in RunChildProcess()676 child_proc.start_time_ns = NanoTime(); in RunChildProcess()677 child_proc.deadline_end_time_ns = in RunChildProcess()678 child_proc.start_time_ns + GetDeadlineInfo(test_name) * 1000000LL; in RunChildProcess()679 child_proc.testcase_id = testcase_id; in RunChildProcess()680 child_proc.test_id = test_id; in RunChildProcess()681 child_proc.finished = false; in RunChildProcess()682 return child_proc; in RunChildProcess()[all …]