HomeSort by relevance Sort by last modified time
    Searched full:getppid (Results 176 - 200 of 566) sorted by null

1 2 3 4 5 6 78 91011>>

  /bionic/libc/include/
unistd.h 60 extern pid_t getppid(void);
  /development/ndk/platforms/android-12/arch-arm/symbols/
libc.so.functions.txt 553 getppid
  /development/ndk/platforms/android-14/arch-arm/symbols/
libc.so.functions.txt 550 getppid
  /development/ndk/platforms/android-17/arch-arm/symbols/
libc.so.functions.txt 547 getppid
  /development/ndk/platforms/android-18/arch-arm/symbols/
libc.so.functions.txt 544 getppid
  /development/ndk/platforms/android-19/arch-arm/symbols/
libc.so.functions.txt 554 getppid
  /development/ndk/platforms/android-8/arch-arm/symbols/
libc.so.functions.txt 561 getppid
  /development/ndk/platforms/android-9/arch-arm/symbols/
libc.so.functions.txt 570 getppid
  /development/ndk/platforms/android-L/arch-arm/symbols/
libc.so.functions.txt 587 getppid
  /development/ndk/platforms/android-L/arch-mips/symbols/
libc.so.functions.txt 477 getppid
  /development/ndk/platforms/android-L/arch-x86/symbols/
libc.so.functions.txt 473 getppid
  /development/ndk/platforms/android-L/include/
unistd.h 60 extern pid_t getppid(void);
  /external/chromium_org/content/browser/
mach_broker_mac.mm 177 const pid_t pid = is_child ? getppid() : getpid();
  /external/strace/linux/or1k/
syscallent.h 174 { 0, 0, sys_getppid, "getppid" }, /* 173 */
  /libcore/luni/src/main/java/android/system/
Os.java 193 * See <a href="http://man7.org/linux/man-pages/man2/getppid.2.html">getppid(2)</a>.
195 public static int getppid() { return Libcore.os.getppid(); } method in class:Os
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 25 pid_t getppid (void);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
linux-unistd.h 25 pid_t getppid (void);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
linux-unistd.h 25 pid_t getppid (void);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
linux-unistd.h 25 pid_t getppid (void);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
linux-unistd.h 25 pid_t getppid (void);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
linux-unistd.h 25 pid_t getppid (void);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 25 pid_t getppid (void);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/sys/
linux-unistd.h 25 pid_t getppid (void);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 25 pid_t getppid (void);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
linux-unistd.h 25 pid_t getppid (void);

Completed in 1846 milliseconds

1 2 3 4 5 6 78 91011>>