Home
last modified time | relevance | path

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

/developtools/hdc/src/daemon/
Dshell.cpp75 if (pidShell > 1) { in StopTask()
76 kill(pidShell, SIGKILL); in StopTask()
78 waitpid(pidShell, &status, 0); in StopTask()
79 WRITE_LOG(LOG_DEBUG, "StopTask, kill pidshell:%d", pidShell); in StopTask()
269 if ((fdPTY = CreateSubProcessPTY(Base::GetShellPath().c_str(), "-", 0, &pidShell)) < 0) { in StartShell()
287 if (pidShell > 0) { in StartShell()
288 kill(pidShell, SIGKILL); in StartShell()
Dshell.h39 pid_t pidShell = 0; variable