HomeSort by relevance Sort by last modified time
    Searched defs:getppid (Results 1 - 9 of 9) 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/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h 400 inline pid_t getppid(void) { return 0; } function
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h 397 inline pid_t getppid(void) { return 0; } function
  /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 1079 milliseconds