HomeSort by relevance Sort by last modified time
    Searched refs:real_pid (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/zygote/
zygote_linux.cc 270 bool Zygote::GetTerminationStatus(base::ProcessHandle real_pid,
276 if (!GetProcessInfo(real_pid, &child_info)) {
278 << real_pid;
282 // We know about |real_pid|.
299 // Successfully got a status for |real_pid|.
302 process_info_map_.erase(real_pid);
387 base::ProcessId real_pid; local
389 reinterpret_cast<char*>(&real_pid),
390 sizeof(real_pid))) {
393 if (real_pid <= 0)
414 base::ProcessId real_pid; local
    [all...]
zygote_linux.h 66 // Get the termination status of |real_pid|. |real_pid| is the PID as it
70 bool GetTerminationStatus(base::ProcessHandle real_pid, bool known_dead,
  /external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.cc 347 base::ProcessId real_pid; local
350 my_sock.get(), buf, sizeof(buf), &recv_fds, &real_pid);
359 real_pid = -1;
366 pid_pickle.WriteInt(real_pid);

Completed in 26 milliseconds