Home
last modified time | relevance | path

Searched refs:ParentWait (Results 1 – 2 of 2) sorted by relevance

/developtools/hiperf/interfaces/innerkits/native/include/
Dhiperf_client.h334 bool ParentWait(pid_t &wpid, int &childStatus);
/developtools/hiperf/interfaces/innerkits/native/src/
Dhiperf_client.cpp486 bool Client::ParentWait(pid_t &wpid, int &childStatus) in ParentWait() function in OHOS::Developtools::HiPerf::HiperfClient::Client
572 ret = ParentWait(wpid, childStatus); in RunHiperfCmdSync()