Home
last modified time | relevance | path

Searched refs:childPid_ (Results 1 - 8 of 8) sorted by relevance

/developtools/hiperf/src/
H A Dtracked_command.cpp94 childPid_ = pid; in CreateChildProcess()
176 if (childPid_ != -1) { in WaitCommand()
178 pid_t pid = waitpid(childPid_, &wstatus, WNOHANG); in WaitCommand()
181 } else { // pid == childPid_ or pid == -1 in WaitCommand()
182 childPid_ = -1; in WaitCommand()
192 if (childPid_ != -1) { in MakeInvalid()
195 pid_t pid = waitpid(childPid_, &wstatus, WNOHANG); in MakeInvalid()
196 if (pid != childPid_) { in MakeInvalid()
197 kill(childPid_, SIGKILL); in MakeInvalid()
199 childPid_ in MakeInvalid()
[all...]
/developtools/hiperf/include/
H A Dtracked_command.h57 return childPid_; in GetChildPid()
70 pid_t childPid_ {-1};
/developtools/profiler/device/plugins/hidump_plugin/include/
H A Dhidump_plugin.h60 volatile pid_t childPid_ = -1; member in HidumpPlugin
/developtools/profiler/device/plugins/hisysevent_plugin/include/
H A Dhisysevent_plugin.h63 volatile pid_t childPid_ = -1; member in HisyseventPlugin
/developtools/profiler/device/plugins/hidump_plugin/src/
H A Dhidump_plugin.cpp73 COMMON::CustomPopen(fullCmd, "r", pipeFds_, childPid_, true), [this](FILE* fp) -> int { in Start()
74 return COMMON::CustomPclose(fp, pipeFds_, childPid_, true); in Start()
/developtools/profiler/device/plugins/hisysevent_plugin/src/
H A Dhisysevent_plugin.cpp67 COMMON::CustomPopen(fullCmd_, "r", pipeFds_, childPid_, true), [this](FILE* fp) -> int { in Start()
68 return COMMON::CustomPclose(fp, pipeFds_, childPid_, true); in Start()
/developtools/profiler/device/plugins/hilog_plugin/include/
H A Dhilog_plugin.h82 volatile pid_t childPid_ = -1; member in HilogPlugin
/developtools/profiler/device/plugins/hilog_plugin/src/
H A Dhilog_plugin.cpp89 COMMON::CustomPopen(fullCmd_, "r", pipeFds_, childPid_, true), [this](FILE* fp) -> int { in Start()
90 return COMMON::CustomPclose(fp, pipeFds_, childPid_, true); in Start()

Completed in 3 milliseconds