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

  /bionic/libc/arch-arm/syscalls/
getppid.S 5 ENTRY(getppid) function
14 END(getppid)
  /bionic/libc/arch-arm64/syscalls/
getppid.S 5 ENTRY(getppid) function
14 END(getppid)
  /bionic/libc/arch-mips/syscalls/
getppid.S 5 ENTRY(getppid) function
19 END(getppid)
  /bionic/libc/arch-mips64/syscalls/
getppid.S 5 ENTRY(getppid) function
25 END(getppid)
  /bionic/libc/arch-x86/syscalls/
getppid.S 5 ENTRY(getppid) function
16 END(getppid)
  /bionic/libc/arch-x86_64/syscalls/
getppid.S 5 ENTRY(getppid) function
15 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 506 Int VG_(getppid) ( void ) function
  /libcore/luni/src/main/java/libcore/io/
Os.java 76 public int getppid(); method in interface:Os
Posix.java 78 public native int getppid(); method in class:Posix
ForwardingOs.java 84 public int getppid() { return os.getppid(); } method in class:ForwardingOs
  /libcore/luni/src/main/java/android/system/
Os.java 179 * See <a href="http://man7.org/linux/man-pages/man2/getppid.2.html">getppid(2)</a>.
181 public static int getppid() { return Libcore.os.getppid(); } method in class:Os
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 433 milliseconds