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

  /external/oprofile/module/ia64/
op_syscalls.c 236 inline static void oprof_report_fork(u32 old_pid, u32 new_pid, u32 old_tgid, u32 new_tgid)
241 note.pid = old_pid;
  /external/oprofile/module/x86/
op_syscalls.c 208 inline static void oprof_report_fork(u32 old_pid, u32 new_pid, u32 old_tgid, u32 new_tgid)
213 note.pid = old_pid;
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc 251 int old_pid = 0; local
253 old_pid = GetRenderProcessIdFromRenderViewHost(
264 if (new_pid != old_pid) {
270 env, obj.obj(), old_pid, new_pid);
    [all...]
  /external/chromium_org/chrome/test/pyautolib/
pyauto.py 452 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:
    [all...]

Completed in 203 milliseconds