Lines Matching defs:childPid
188 void AotCompilerImpl::ExecuteInParentProcess(const pid_t childPid, int32_t &ret)
192 InitState(childPid);
195 int waitRet = waitpid(childPid, &status, 0);
312 if (state_.childPid <= 0) {
316 LOG_SA(INFO) << "begin to kill child process : " << state_.childPid;
317 auto result = kill(state_.childPid, SIGKILL);
390 void AotCompilerImpl::InitState(const pid_t childPid)
393 state_.childPid = childPid;
399 state_.childPid = -1;