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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_mapping_libcdep.cc 43 int new_pid = internal_getpid(); local
44 if (last_pid == new_pid && pc && pc >= last_range_start &&
47 last_pid = new_pid;
  /external/google-breakpad/src/client/mac/tests/
spawn_child_process.h 134 pid_t new_pid = 0; local
135 int result = posix_spawnp(&new_pid, argv_v[0], NULL, &spawnattr,
143 return result == 0 ? new_pid : -1;
  /external/autotest/client/site_tests/desktopui_GmailLatency/
desktopui_GmailLatency.py 50 new_pid = utils.system_output('pgrep %s' %
52 if orig_pid != new_pid:
  /external/libbrillo/brillo/
process.h 143 virtual void Reset(pid_t new_pid) = 0;
202 void UpdatePid(pid_t new_pid);
213 // UpdatePid(new_pid).
process.cc 386 void ProcessImpl::UpdatePid(pid_t new_pid) {
387 pid_ = new_pid;
390 void ProcessImpl::Reset(pid_t new_pid) {
400 UpdatePid(new_pid);
  /external/autotest/site_utils/chromeos_proxy/
swarming_bots.py 74 def __init__(self, known_pid, new_pid):
78 @param new_pid: new pid found by pgrep.
82 self.new_pid = new_pid
84 self.known_pid, self.new_pid)
183 self.pid = e.new_pid
  /external/autotest/client/site_tests/security_ASLR/
security_ASLR.py 219 new_pid = process.get_pid()
220 if pid == new_pid:
223 pid = new_pid
  /external/autotest/server/site_tests/platform_KernelErrorPaths/
platform_KernelErrorPaths.py 210 new_pid = self._get_pid(process, parent)
212 process, orig_pid, new_pid)
213 if new_pid != orig_pid:

Completed in 563 milliseconds