Searched refs:WaitChildProcess (Results 1 – 3 of 3) sorted by relevance
/system/extras/simpleperf/ |
D | workload.cpp | 68 if (!Workload::WaitChildProcess(false, false, nullptr)) { in ~Workload() 70 Workload::WaitChildProcess(true, true, nullptr); in ~Workload() 177 bool Workload::WaitChildProcess(int* exit_code) { in WaitChildProcess() function in Workload 178 return WaitChildProcess(true, false, exit_code); in WaitChildProcess() 181 bool Workload::WaitChildProcess(bool wait_forever, bool is_child_killed, int* exit_code) { in WaitChildProcess() function in Workload
|
D | workload.h | 52 bool WaitChildProcess(int* exit_code); 64 bool WaitChildProcess(bool wait_forever, bool is_child_killed, int* exit_code);
|
D | environment.cpp | 745 if (!workload->WaitChildProcess(&exit_code) || exit_code != 0) { in RunCmdInApp()
|