HomeSort by relevance Sort by last modified time
    Searched defs:getppid (Results 1 - 7 of 7) sorted by null

  /bionic/libc/arch-arm/syscalls/
getppid.S 6 ENTRY(getppid) function
15 END(getppid)
  /bionic/libc/arch-mips/syscalls/
getppid.S 4 .globl getppid
6 .ent getppid
8 getppid: label
22 .end getppid
  /bionic/libc/arch-x86/syscalls/
getppid.S 6 ENTRY(getppid) function
18 END(getppid)
  /external/valgrind/main/coregrind/
m_libcproc.c 499 Int VG_(getppid) ( void ) function
  /libcore/luni/src/main/java/libcore/io/
Os.java 61 public int getppid(); method in interface:Os
Posix.java 63 public native int getppid(); method in class:Posix
ForwardingOs.java 69 public int getppid() { return os.getppid(); } method in class:ForwardingOs

Completed in 166 milliseconds