Searched refs:ProcessID (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/terminal/
H A DShellInfo.h17 pid_t ProcessID() const function in class:ShellInfo
H A DShell.h47 pid_t ProcessID() const function in class:Shell
48 { return fShellInfo.ProcessID(); }
H A DTitlePlaceholderMapper.cpp63 if (fProcessInfo.ID() == fShellInfo.ProcessID()
H A DShell.cpp177 kill(-fShellInfo.ProcessID(), SIGHUP);
254 if (running == fShellInfo.ProcessID() || running == -1)
446 if (fShellInfo.ProcessID() < 0) {
453 if (fShellInfo.ProcessID() == 0) {
615 send_handshake_message(fShellInfo.ProcessID(), handshake);
H A DTermWindow.cpp349 && (info.ID() != shellInfo.ProcessID()
361 && (info.ID() != shellInfo.ProcessID()
H A DTermView.cpp2942 pid_t pid = fShell->ProcessID();

Completed in 74 milliseconds