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

/external/openssh/openbsd-compat/
H A Dbsd-nextstep.h46 pid_t getppid(void);
/external/valgrind/main/include/
H A Dpub_tool_libcproc.h75 extern Int VG_(getppid) ( void );
/external/chromium/chrome/browser/
H A Dprocess_info_snapshot_mac_unittest.cc60 base::ProcessId ppid = static_cast<base::ProcessId>(getppid());
H A Dmach_broker_mac.cc242 const pid_t pid = is_child ? getppid() : getpid();
/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/valgrind/main/coregrind/
H A Dlauncher-darwin.c374 asprintf(&set_cwd, "VALGRIND_STARTUP_PWD_%u_XYZZY=%s", getppid(), cwd);
H A Dm_libcfile.c39 #include "pub_core_libcproc.h" // VG_(getpid), VG_(getppid)
431 (Int)VG_(getppid)());
641 seed = (VG_(getpid)() << 9) ^ VG_(getppid)();
H A Dm_libcproc.c495 Int VG_(getppid) ( void ) function
H A Dm_main.c1135 VG_(umsg)("Parent PID: %d\n", VG_(getppid)());
1142 VG_(printf_xml)("<ppid>%d</ppid>\n", VG_(getppid)());
/external/oprofile/daemon/
H A Dopd_perfmon.c144 kill(getppid(), SIGTERM);
/external/e2fsprogs/lib/uuid/
H A Dgen_uuid.c157 jrand_seed[1] = getppid() ^ (tv.tv_usec & 0xFFFF);
/external/linux-tools-perf/
H A Dbuiltin-record.c566 kill(getppid(), SIGUSR1);
H A Dbuiltin-test.c472 const char *syscall_names[] = { "getsid", "getppid", "getpgrp",
474 pid_t (*syscalls[])(void) = { (void *)getsid, getppid, getpgrp,
/external/strace/
H A Dstrace.c496 kill(getppid(), SIGKILL);
679 tcp = alloctcb(daemonized_tracer ? getppid() : pid);
/external/chromium/base/
H A Dprocess_util_unittest.cc663 EXPECT_EQ(ppid, getppid());
/external/mksh/src/
H A Dmain.c151 kshppid = getppid();
/external/openssh/
H A Dssh-agent.c1101 * If our parent has exited then getppid() will return (pid_t)1,
1104 if (parent_pid != -1 && getppid() != parent_pid) {
/external/stressapptest/src/
H A Dworker.cc406 return sched_getaffinity(getppid(), sizeof(*cpuset), cpuset) == 0;

Completed in 304 milliseconds