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

  /src/lib/libutil/
pidlock.c 53 pid_t pid2 = -1; local
129 pid2 = atoi(s);
142 if (kill(pid2, 0) == -1 && errno == ESRCH) {
151 *locker = pid2;
  /src/tests/rump/rumpkern/h_client/
h_forkcli.c 21 pid_t pid1, pid2; local
42 if ((pid2 = rump_sys_getpid()) < 2)
43 errx(1, "unexpected pid %d", pid2);
44 if (pid1 == pid2)
  /src/external/gpl3/gdb/dist/libiberty/testsuite/
test-pexecute.c 398 int pid1, pid2; local
419 pid2 = pexecute ("./test-pexecute", subargv, "test-pexecute", "temp",
421 if (pid2 < 0)
433 if (pwait (pid2, &status, 0) < 0)
  /src/external/gpl3/gdb.old/dist/libiberty/testsuite/
test-pexecute.c 398 int pid1, pid2; local
419 pid2 = pexecute ("./test-pexecute", subargv, "test-pexecute", "temp",
421 if (pid2 < 0)
433 if (pwait (pid2, &status, 0) < 0)

Completed in 28 milliseconds