Home
last modified time | relevance | path

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

/developtools/hiperf/interfaces/innerkits/native/src/
Dhiperf_client.cpp486 bool Client::ParentWait(pid_t &wpid, int &childStatus) in ParentWait() argument
497 wpid = waitpid(hperfPid_, &childStatus, option); in ParentWait()
498 if (wpid == -1) { in ParentWait()
557 pid_t wpid; in RunHiperfCmdSync() local
572 ret = ParentWait(wpid, childStatus); in RunHiperfCmdSync()
/developtools/hiperf/interfaces/innerkits/native/include/
Dhiperf_client.h334 bool ParentWait(pid_t &wpid, int &childStatus);