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

/haiku-fatelf/src/apps/terminal/
H A DShellInfo.h16 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.cpp52 if (fProcessInfo.ID() == fShellInfo.ProcessID()
H A DShell.cpp170 kill(-fShellInfo.ProcessID(), SIGHUP);
247 if (running == fShellInfo.ProcessID() || running == -1)
435 if (fShellInfo.ProcessID() < 0) {
442 if (fShellInfo.ProcessID() == 0) {
603 send_handshake_message(fShellInfo.ProcessID(), handshake);
H A DTermWindow.cpp320 && (info.ID() != shellInfo.ProcessID()
332 && (info.ID() != shellInfo.ProcessID()
H A DTermView.cpp3068 pid_t pid = fShell->ProcessID();

Completed in 164 milliseconds