HomeSort by: relevance | last modified time | path
    Searched refs:getppid (Results 1 - 25 of 82) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.server/
server-kill.c 28 server_pid = getppid ();
multi-ui-errors.c 29 server_pid = getppid ();
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.server/
server-kill.c 28 server_pid = getppid ();
multi-ui-errors.c 29 server_pid = getppid ();
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
attach-twice.c 42 ptrace64 (PTRACE_ATTACH, getppid (), NULL, 0, NULL);
44 ptrace (PTRACE_ATTACH, getppid (), NULL, 0, NULL);
48 ptrace (PTRACE_ATTACH, getppid (), NULL, 0);
fork-running-state.c 47 if (getppid () != save_parent)
49 if (kill (getppid (), 0) != 0)
gcorebg.c 51 ppid = getppid ();
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
attach-twice.c 42 ptrace64 (PTRACE_ATTACH, getppid (), NULL, 0, NULL);
44 ptrace (PTRACE_ATTACH, getppid (), NULL, 0, NULL);
48 ptrace (PTRACE_ATTACH, getppid (), NULL, 0);
fork-running-state.c 47 if (getppid () != save_parent)
49 if (kill (getppid (), 0) != 0)
  /src/regress/sys/kern/softint1/
softint1.c 49 (void)getppid();
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
watchpoint-fork-child.c 109 if (getppid () != save_parent)
111 if (kill (getppid (), 0) != 0)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
watchpoint-fork-child.c 109 if (getppid () != save_parent)
111 if (kill (getppid (), 0) != 0)
  /src/tests/lib/libc/sys/
t_ptrace_topology_wait.h 61 FORKEE_ASSERT_EQ(getppid(), 1);
422 getppid());
423 await_stopped(getppid());
427 getppid());
428 FORKEE_ASSERT(ptrace(PT_ATTACH, getppid(), NULL, 0) != -1);
433 wpid = TWAIT_GENERIC(getppid(), &status, 0), getppid());
438 FORKEE_ASSERT(ptrace(PT_DETACH, getppid(), (void *)1, 0)
569 parent = getppid();
577 FORKEE_ASSERT_EQ(parent, getppid());
    [all...]
t_ptrace.c 182 if (ptrace(PT_ATTACH, getppid(), NULL, 0) == 0) {
184 "ptrace(PT_ATTACH, getppid(), NULL, 0)");
187 "ptrace(PT_ATTACH, getppid(), NULL, 0)");
225 getppid(), getpid());
229 getppid(), getpid());
t_getsid.c 94 ppid = getppid();
t_getpid.c 74 ppid = getppid();
t_clone.c 93 if (frobp[0] != getppid())
  /src/tests/dev/sysmon/
t_swwdog.c 116 kill(getppid(), SIGUSR1);
120 kill(getppid(), SIGUSR1);
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
rand-timer.c 69 pid = getppid();
  /src/libexec/utmp_update/
utmp_update.c 163 if (utoldp->ut_pid != (ppid = getppid()))
  /src/usr.sbin/btpand/
btpand.c 261 if (kill(getppid(), SIGUSR1) == -1)
  /src/external/gpl2/lvm2/dist/daemons/cmirrord/
clogd.c 58 kill(getppid(), SIGTERM);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_netbsd.cc 266 DEFINE__REAL(int, getppid);
267 return _REAL(getppid);
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_netbsd.cpp 272 DEFINE__REAL(int, getppid);
273 return _REAL(getppid);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_netbsd.cpp 272 DEFINE__REAL(int, getppid);
273 return _REAL(getppid);

Completed in 36 milliseconds

1 2 3 4