Searched refs:getpid (Results 1 – 8 of 8) sorted by relevance
41 String pid = Integer.toString(Libcore.os.getpid()); in test_55017()
453 Os.kill(Os.getpid(), OsConstants.SIGQUIT); in finalizerTimedOut()
121 public int getpid() { return os.getpid(); } in getpid() method in ForwardingOs
97 public int getpid(); in getpid() method
95 public native int getpid(); in getpid() method in Linux
239 public static int getpid() { return Libcore.os.getpid(); } in getpid() method in Os
126 assertEquals(Os.getpid(), credentials.pid); in checkUnixDomainSocket()
1435 return TEMP_FAILURE_RETRY(getpid()); in Linux_getpid()2622 NATIVE_METHOD(Linux, getpid, "()I"),