Searched refs:old_pid (Results 1 - 4 of 4) sorted by relevance

/external/oprofile/module/ia64/
H A Dop_syscalls.c236 inline static void oprof_report_fork(u32 old_pid, u32 new_pid, u32 old_tgid, u32 new_tgid) argument
241 note.pid = old_pid;
/external/oprofile/module/x86/
H A Dop_syscalls.c208 inline static void oprof_report_fork(u32 old_pid, u32 new_pid, u32 old_tgid, u32 new_tgid) argument
213 note.pid = old_pid;
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.cc251 int old_pid = 0; local
253 old_pid = GetRenderProcessIdFromRenderViewHost(
264 if (new_pid != old_pid) {
270 env, obj.obj(), old_pid, new_pid);
/external/chromium_org/chrome/test/pyautolib/
H A Dpyauto.py452 def _IsSessionManagerReady(old_pid):
458 old_pid: The pid that session_manager had before it was killed,
465 if not new_pid or old_pid == new_pid:
4161 old_pid = pgrep_process.communicate()[0].strip()
4163 return self.WaitUntil(lambda: self._IsSessionManagerReady(old_pid))

Completed in 106 milliseconds