Home
last modified time | relevance | path

Searched defs:new_pid (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/client/mac/tests/
Dspawn_child_process.h134 pid_t new_pid = 0; in spawn_child_process() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_coverage_mapping_libcdep.cc43 int new_pid = internal_getpid(); in NeedsUpdate() local
/external/libbrillo/brillo/
Dprocess.cc395 void ProcessImpl::UpdatePid(pid_t new_pid) { in UpdatePid()
399 void ProcessImpl::Reset(pid_t new_pid) { in Reset()
/external/autotest/site_utils/chromeos_proxy/
Dswarming_bots.py75 def __init__(self, known_pid, new_pid): argument