Searched defs:pid (Results 1 – 19 of 19) sorted by relevance
22 private final static int pid; field in SigQuit
42 private final static int pid; field in ChildClass.SigQuit
187 pid_t pid; in Exec() local255 /*out*/ pid_t* pid, in ForkAndExec()299 pid_t pid; in ForkAndExecAndWait() local
98 int pid = getPid(p); in runPrimary() local201 public native boolean unwindOtherProcess(boolean fullSignatures, int pid); in unwindOtherProcess()
49 private final static int pid; field in Main.SigQuit
93 static void MoreErrorInfo(pid_t pid, bool sig_quit_on_fail) { in MoreErrorInfo()192 pid_t pid = static_cast<pid_t>(pid_int); in Java_Main_unwindOtherProcess() local
49 pid_t pid = fork(); in ExecAndReturnCode() local
108 pid_t pid = fork(); in Connect() local
248 int32_t pid = getpid(); in Accept() local
57 private static void testOatFilesUnloaded(int pid) throws Exception { in testOatFilesUnloaded()
196 pid_t pid = fork(); in RunDex2Oat() local
239 pid_t pid = fork(); in Dex2Oat() local
343 pid_t pid = getpid(); in ZygoteHooks_nativePostForkChild() local
479 pid_t pid; in DexDiagMain() local
89 private final static int pid; field in Main.SigQuit
177 pid_t pid = fork(); in RunDex2OatOrPatchoat() local
501 int32_t pid = getpid(); in SetupAdbConnection() local
316 int pid = Integer.parseInt(new File("/proc/self").getCanonicalFile().getName()); in hasImage() local
1574 void PrintPidLine(const std::string& kind, pid_t pid) { in PrintPidLine()