Searched refs:getpid (Results 1 – 8 of 8) sorted by relevance
41 String pid = Integer.toString(Libcore.os.getpid()); in test_55017()
461 Os.kill(Os.getpid(), OsConstants.SIGQUIT); in finalizerTimedOut()
236 public static int getpid() { return Libcore.os.getpid(); } in getpid() method in Os
119 public int getpid() { return os.getpid(); } in getpid() method in ForwardingOs
95 public int getpid(); in getpid() method
93 public native int getpid(); in getpid() method in Linux
1424 return TEMP_FAILURE_RETRY(getpid()); in Linux_getpid()2624 NATIVE_METHOD(Linux, getpid, "()I"),
166 assertEquals(Os.getpid(), credentials.pid); in checkUnixDomainSocket()