Searched defs:getpid (Results 1 – 4 of 4) sorted by relevance
263 public int getpid(); in getpid() method
322 public int getpid() { return os.getpid(); } in getpid() method in ForwardingOs
94 public native int getpid(); in getpid() method in Linux
265 public static int getpid() { return Libcore.os.getpid(); } in getpid() method in Os