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

  /external/bison/lib/
spawni.c 144 pid_t new_pid; local
167 new_pid = vfork ();
170 new_pid = fork ();
172 if (new_pid != 0)
174 if (new_pid < 0)
179 *pid = new_pid;
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc 252 int new_pid = GetRenderProcessIdFromRenderViewHost( local
254 if (new_pid != old_pid) {
260 env, obj.obj(), old_pid, new_pid);
    [all...]

Completed in 541 milliseconds