|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
usr/include/fcntl.h 69 typedef __pid_t pid_t;
usr/include/termios.h 30 typedef __pid_t pid_t;
usr/include/time.h 54 typedef __pid_t pid_t;
usr/include/unistd.h 263 typedef __pid_t pid_t;
usr/include/x86_64-linux-gnu/sys/types.h 98 typedef __pid_t pid_t;
References
include/llvm/Support/Program.h 38 typedef pid_t procid_t;
projects/compiler-rt/lib/safestack/safestack.cpp 148 pid_t pid;
171 pid_t pid = getpid();
projects/compiler-rt/lib/safestack/safestack_platform.h 81 inline int TgKill(pid_t pid, ThreadId tid, int sig) {
projects/compiler-rt/lib/xray/xray_fdr_controller.h 36 pid_t PId = 0;
tools/lldb/include/lldb/Host/linux/Support.h 19 getProcFile(::pid_t pid, ::pid_t tid, const llvm::Twine &file);
19 getProcFile(::pid_t pid, ::pid_t tid, const llvm::Twine &file);
22 getProcFile(::pid_t pid, const llvm::Twine &file);
tools/lldb/source/Host/linux/Support.cpp 14 lldb_private::getProcFile(::pid_t pid, ::pid_t tid, const llvm::Twine &file) {
14 lldb_private::getProcFile(::pid_t pid, ::pid_t tid, const llvm::Twine &file) {
26 lldb_private::getProcFile(::pid_t pid, const llvm::Twine &file) {
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h 144 NativeProcessLinux(::pid_t pid, int terminal_fd, NativeDelegate &delegate,
146 llvm::ArrayRef<::pid_t> tids);
149 static llvm::Expected<std::vector<::pid_t>> Attach(::pid_t pid);
149 static llvm::Expected<std::vector<::pid_t>> Attach(::pid_t pid);
155 void WaitForNewThread(::pid_t tid);
tools/lldb/source/Plugins/Process/Linux/SingleStepCheck.h 47 static std::unique_ptr<SingleStepWorkaround> Get(::pid_t tid) {
tools/lli/lli.cpp 920 pid_t ChildPID;
usr/include/time.h 235 extern int clock_getcpuclockid (pid_t __pid, clockid_t *__clock_id) __THROW;
usr/include/x86_64-linux-gnu/bits/socket.h 343 pid_t pid; /* PID of sending process. */
usr/include/x86_64-linux-gnu/bits/uio-ext.h 29 extern ssize_t process_vm_readv (pid_t __pid, const struct iovec *__lvec,
37 extern ssize_t process_vm_writev (pid_t __pid, const struct iovec *__lvec,
utils/unittest/googletest/src/gtest-death-test.cc 795 void set_child_pid(pid_t child_pid) { child_pid_ = child_pid; }
799 pid_t child_pid_;
853 const pid_t child_pid = fork();
1020 static pid_t ExecDeathTestSpawnChild(char* const* argv, int close_fd) {
1022 pid_t child_pid = -1;
1156 const pid_t child_pid = ExecDeathTestSpawnChild(args.Argv(), pipe_fd[0]);