HomeSort by: relevance | last modified time | path
    Searched defs:pid1 (Results 1 - 9 of 9) sorted by relevancy

  /src/tests/rump/rumpkern/h_client/
h_forkcli.c 21 pid_t pid1, pid2; local
24 if ((pid1 = rump_sys_getpid()) < 2)
25 errx(1, "unexpected pid %d", pid1);
44 if (pid1 == pid2)
h_forkcli.c 21 pid_t pid1, pid2; local
24 if ((pid1 = rump_sys_getpid()) < 2)
25 errx(1, "unexpected pid %d", pid1);
44 if (pid1 == pid2)
h_forkcli.c 21 pid_t pid1, pid2; local
24 if ((pid1 = rump_sys_getpid()) < 2)
25 errx(1, "unexpected pid %d", pid1);
44 if (pid1 == pid2)
  /src/external/gpl3/gdb/dist/libiberty/testsuite/
test-pexecute.c 398 int pid1, pid2; local
407 pid1 = pexecute ("./test-pexecute", subargv, "test-pexecute", "temp",
409 if (pid1 < 0)
428 if (pwait (pid1, &status, 0) < 0)
test-pexecute.c 398 int pid1, pid2; local
407 pid1 = pexecute ("./test-pexecute", subargv, "test-pexecute", "temp",
409 if (pid1 < 0)
428 if (pwait (pid1, &status, 0) < 0)
test-pexecute.c 398 int pid1, pid2; local
407 pid1 = pexecute ("./test-pexecute", subargv, "test-pexecute", "temp",
409 if (pid1 < 0)
428 if (pwait (pid1, &status, 0) < 0)
  /src/external/gpl3/gdb.old/dist/libiberty/testsuite/
test-pexecute.c 398 int pid1, pid2; local
407 pid1 = pexecute ("./test-pexecute", subargv, "test-pexecute", "temp",
409 if (pid1 < 0)
428 if (pwait (pid1, &status, 0) < 0)
test-pexecute.c 398 int pid1, pid2; local
407 pid1 = pexecute ("./test-pexecute", subargv, "test-pexecute", "temp",
409 if (pid1 < 0)
428 if (pwait (pid1, &status, 0) < 0)
test-pexecute.c 398 int pid1, pid2; local
407 pid1 = pexecute ("./test-pexecute", subargv, "test-pexecute", "temp",
409 if (pid1 < 0)
428 if (pwait (pid1, &status, 0) < 0)

Completed in 106 milliseconds