Searched refs:getppid (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/tools/android/common/
H A Ddaemon.cc65 kill(getppid(), SIGUSR1); // Inform the parent process to exit.
/external/strace/test/
H A Dwait_must_be_interruptible.c37 kill(getppid(), SIGALRM);
/external/valgrind/main/include/
H A Dpub_tool_libcproc.h78 extern Int VG_(getppid) ( void );
/external/chromium_org/chrome/browser/
H A Dprocess_info_snapshot_mac_unittest.cc63 base::ProcessId ppid = static_cast<base::ProcessId>(getppid());
/external/chromium_org/third_party/boringssl/src/crypto/rand/
H A Durandom.c169 ppid = getppid();
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dmmap-basic.c26 const char *syscall_names[] = { "getsid", "getppid", "getpgrp",
28 pid_t (*syscalls[])(void) = { (void *)getsid, getppid, getpgrp,
/external/qemu/slirp/
H A Ddebug.c368 if (kill(getppid(), SIGQUIT) < 0)
370 (long) getppid());
/external/qemu/slirp-android/
H A Ddebug.c340 if (kill(getppid(), SIGQUIT) < 0)
342 (long) getppid());
/external/chromium_org/chrome/browser/mac/
H A Drelauncher.cc191 int parent_pid = getppid();
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dport.h400 inline pid_t getppid(void) { return 0; } function
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dport.h397 inline pid_t getppid(void) { return 0; } function
/external/libunwind/tests/
H A Dtest-ptrace-misc.c47 sum += sum + sum * getppid ();
/external/chromium_org/tools/cygprofile/
H A Dcygprofile.cc236 kLogFilenameFormat, kLogFileNamePrefix, getpid(), tid_, getppid()));
/external/valgrind/main/coregrind/
H A Dlauncher-darwin.c374 asprintf(&set_cwd, "VALGRIND_STARTUP_PWD_%u_XYZZY=%s", getppid(), cwd);
H A Dm_libcproc.c506 Int VG_(getppid) ( void ) function
H A Dm_libcfile.c39 #include "pub_core_libcproc.h" // VG_(getpid), VG_(getppid)
467 (Int)VG_(getppid)());
747 seed = (VG_(getpid)() << 9) ^ VG_(getppid)();
/external/chromium_org/components/nacl/loader/nonsfi/
H A Dnonsfi_sandbox_sigsys_unittest.cc179 RESTRICT_SYSCALL_DEATH_TEST(getppid);
/external/oprofile/daemon/
H A Dopd_perfmon.c144 kill(getppid(), SIGTERM);
/external/e2fsprogs/lib/uuid/
H A Dgen_uuid.c158 jrand_seed[1] = getppid() ^ (tv.tv_usec & 0xFFFF);
/external/strace/
H A Dstrace.c1078 kill(getppid(), SIGKILL);
1295 pid = getppid();
/external/ltrace/etc/
H A Dlibc.so.conf394 int getppid();
/external/chromium_org/base/process/
H A Dprocess_util_unittest.cc905 EXPECT_EQ(ppid, getppid());
/external/chromium_org/remoting/host/
H A Dremoting_me2me_host.cc776 kill(getppid(), SIGUSR1);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cc500 return internal_syscall(SYSCALL(getppid));
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Devlist.c1004 kill(getppid(), SIGUSR1);

Completed in 4597 milliseconds

12