/prebuilts/go/darwin-x86/src/syscall/ |
syscall_openbsd.go | 136 //sysnb Getppid() (ppid int)
|
syscall_dragonfly.go | 164 //sysnb Getppid() (ppid int)
|
syscall_freebsd.go | 166 //sysnb Getppid() (ppid int)
|
syscall_netbsd.go | 157 //sysnb Getppid() (ppid int)
|
syscall_plan9.go | 115 func Getppid() (ppid int) {
|
/prebuilts/go/linux-x86/src/syscall/ |
syscall_nacl.go | 280 func Getppid() int { return 2 }
|
syscall_openbsd.go | 136 //sysnb Getppid() (ppid int)
|
syscall_dragonfly.go | 164 //sysnb Getppid() (ppid int)
|
syscall_freebsd.go | 166 //sysnb Getppid() (ppid int)
|
syscall_netbsd.go | 157 //sysnb Getppid() (ppid int)
|
syscall_plan9.go | 115 func Getppid() (ppid int) {
|
/development/python-packages/gdbrunner/ |
__init__.py | 231 file_name = "gdbclient-binary-{}".format(os.getppid())
|
/external/ltp/include/lapi/syscalls/ |
arm.in | 52 getppid (__NR_SYSCALL_BASE+ 64)
|
/external/ltp/testcases/kernel/syscalls/clone/ |
clone02.c | 376 if (kill(getppid(), SIGUSR2) == -1) {
|
/external/ltp/testcases/kernel/syscalls/ipc/msgctl/ |
msgctl09.c | 130 srand48((unsigned)getpid() + (unsigned)(getppid() << 16));
|
msgctl11.c | 135 srand48((unsigned)getpid() + (unsigned)(getppid() << 16));
|
/external/minijail/linux-x86/ |
libsyscalls.gen.c | 337 { "getppid", __NR_getppid },
|
/external/syslinux/bios/utils/ |
isohybrid | |
/external/valgrind/coregrind/m_coredump/ |
coredump-solaris.c | 463 prpsinfo->pr_ppid = VG_(getppid)(); 489 prs->pr_ppid = VG_(getppid)(); 510 psinfo->pr_ppid = VG_(getppid)(); 540 pstatus->pr_ppid = VG_(getppid)(); [all...] |
/external/valgrind/include/ |
pub_tool_libcproc.h | 92 extern Int VG_(getppid) ( void );
|
/external/wayland/tests/ |
test-runner.c | 303 pid_t ppid = getppid();
|
/libcore/luni/src/main/java/libcore/io/ |
Os.java | 85 public int getppid(); method in interface:Os
|
/external/strace/linux/arm/ |
syscallent.h | 94 [ 64] = { 0, PU|NF, SEN(getppid), "getppid" },
|
/external/strace/linux/bfin/ |
syscallent.h | 94 [ 64] = { 0, PU|NF, SEN(getppid), "getppid" },
|
/external/strace/linux/i386/ |
syscallent.h | 94 [ 64] = { 0, PU|NF, SEN(getppid), "getppid" },
|