Searched refs:WaitProgram (Results 1 – 3 of 3) sorted by relevance
91 int WaitProgram(const pid_t pid, const int pipe, std::string* error_msg);
183 int WaitProgram(const int pid, const int pipe, std::string* error_msg) { in WaitProgram() function
130 *retcode = WaitProgram(pid, pipe, hash); in PartitionHash()1555 int ret = WaitProgram(pid, pipe, &error_msg); in TEST_P()