Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_sys_module/process/
Djs_childprocess.cpp137 isNeedRun_ = false; in Wait()
250 stdOutInfo_->isNeedRun = &isNeedRun_; in CreateWorker()
269 stdErrInfo_->isNeedRun = &isNeedRun_; in CreateWorker()
381 (res != signalType.end()) ? isNeedRun_ = false : 0; in Kill()
395 if (isWait_ && !(waitpid(optionsInfo_->pid, &status, WNOHANG)) && isNeedRun_) { in Close()
400 isNeedRun_ = false; in Close()
458 optionsInfo_->isNeedRun = &isNeedRun_; in InitOptionsInfo()
486 isNeedRun_ = false; in ~ChildProcess()
Djs_childprocess.h161 bool isNeedRun_ = true; variable