Searched refs:WaitChildProcess (Results 1 – 5 of 5) sorted by relevance
/system/extras/simpleperf/ |
D | workload.cpp | 77 if (!Workload::WaitChildProcess(false, false, nullptr)) { in ~Workload() 79 Workload::WaitChildProcess(true, true, nullptr); in ~Workload() 198 bool Workload::WaitChildProcess(bool wait_forever, int* exit_code) { in WaitChildProcess() function in simpleperf::Workload 199 return WaitChildProcess(wait_forever, false, exit_code); in WaitChildProcess() 202 bool Workload::WaitChildProcess(bool wait_forever, bool is_child_killed, int* exit_code) { in WaitChildProcess() function in simpleperf::Workload
|
D | workload.h | 51 bool WaitChildProcess(bool wait_forever, int* exit_code); 63 bool WaitChildProcess(bool wait_forever, bool is_child_killed, int* exit_code);
|
D | cmd_stat.cpp | 771 if (!workload->Start() || !workload->WaitChildProcess(true, nullptr)) { in CheckHardwareCountersOnCpu()
|
D | environment.cpp | 671 if (!workload->WaitChildProcess(true, &exit_code) || exit_code != 0) { in RunCmdInApp()
|
D | cmd_record.cpp | 565 workload->WaitChildProcess(false, exit_code); in Run()
|