/external/chromium_org/tools/android/common/ |
D | daemon.cc | 65 kill(getppid(), SIGUSR1); // Inform the parent process to exit. in SpawnDaemon()
|
/external/strace/test/ |
D | wait_must_be_interruptible.c | 37 kill(getppid(), SIGALRM); in test()
|
/external/valgrind/main/include/ |
D | pub_tool_libcproc.h | 78 extern Int VG_(getppid) ( void );
|
/external/qemu/slirp-android/ |
D | debug.c | 340 if (kill(getppid(), SIGQUIT) < 0) 342 (long) getppid());
|
/external/qemu/slirp/ |
D | debug.c | 368 if (kill(getppid(), SIGQUIT) < 0) 370 (long) getppid());
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/ |
D | mmap-basic.c | 28 pid_t (*syscalls[])(void) = { (void *)getsid, getppid, getpgrp, in test__basic_mmap()
|
/external/chromium_org/chrome/browser/ |
D | process_info_snapshot_mac_unittest.cc | 62 base::ProcessId ppid = static_cast<base::ProcessId>(getppid()); in TEST_F()
|
/external/libunwind/tests/ |
D | test-ptrace-misc.c | 47 sum += sum + sum * getppid (); in func()
|
/external/chromium_org/chrome/browser/mac/ |
D | relauncher.cc | 191 int parent_pid = getppid(); in RelauncherSynchronizeWithParent()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
D | port.h | 400 inline pid_t getppid(void) { return 0; } in getppid() function
|
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
D | port.h | 397 inline pid_t getppid(void) { return 0; } in getppid() function
|
/external/chromium_org/tools/cygprofile/ |
D | cygprofile.cc | 236 kLogFilenameFormat, kLogFileNamePrefix, getpid(), tid_, getppid())); in FlushInternal()
|
/external/valgrind/main/coregrind/ |
D | launcher-darwin.c | 374 asprintf(&set_cwd, "VALGRIND_STARTUP_PWD_%u_XYZZY=%s", getppid(), cwd); in main()
|
D | m_libcfile.c | 467 (Int)VG_(getppid)()); in VG_() 747 seed = (VG_(getpid)() << 9) ^ VG_(getppid)(); in VG_()
|
D | m_libcproc.c | 506 Int VG_(getppid) ( void ) in VG_() argument
|
/external/chromium_org/build/android/pylib/ |
D | forwarder.py | 251 return os.getppid() if use_multiprocessing else os.getpid()
|
/external/oprofile/daemon/ |
D | opd_perfmon.c | 144 kill(getppid(), SIGTERM); in child_sigterm()
|
/external/e2fsprogs/lib/uuid/ |
D | gen_uuid.c | 158 jrand_seed[1] = getppid() ^ (tv.tv_usec & 0xFFFF); in get_random_fd()
|
/external/chromium_org/components/nacl/loader/nonsfi/ |
D | nonsfi_sandbox_sigsys_unittest.cc | 176 RESTRICT_SYSCALL_DEATH_TEST(getppid);
|
/external/chromium_org/content/browser/ |
D | mach_broker_mac.mm | 177 const pid_t pid = is_child ? getppid() : getpid();
|
/external/strace/ |
D | strace.c | 1078 kill(getppid(), SIGKILL); in startup_attach() 1295 pid = getppid(); in startup_child()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_linux.cc | 500 return internal_syscall(SYSCALL(getppid)); in internal_getppid()
|
/external/ltrace/etc/ |
D | libc.so.conf | 394 int getppid(); function
|
/external/chromium_org/base/process/ |
D | process_util_unittest.cc | 837 EXPECT_EQ(ppid, getppid()); in TEST_F()
|
/external/chromium_org/remoting/host/ |
D | remoting_me2me_host.cc | 724 kill(getppid(), SIGUSR1); in OnHeartbeatSuccessful()
|