Home | History | Annotate | Download | only in base

Lines Matching refs:pid

47   ProcessId pid() const { return th32ProcessID; }
80 ProcessId pid() const { return pid_; }
140 // Converts a PID to a process handle. This handle must be closed by
142 BASE_API bool OpenProcessHandle(ProcessId pid, ProcessHandle* handle);
144 // Converts a PID to a process handle. On Windows the handle is opened
150 BASE_API bool OpenPrivilegedProcessHandle(ProcessId pid, ProcessHandle* handle);
152 // Converts a PID to a process handle using the desired access flags. Use a
154 BASE_API bool OpenProcessHandleWithAccess(ProcessId pid,
170 // Parse the data found in /proc/<pid>/stat and return the sum of the
261 // As above, if wait is true, execute synchronously. The pid will be stored
281 // group. The pgid of the child process will be the same as its pid.