Searched defs:ProcessImpl (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/luni-kernel/src/main/java/java/lang/
H A DProcessManager.java161 ProcessImpl process = processReference.get();
203 ProcessImpl process = new ProcessImpl(pid, in, out, err);
218 static class ProcessImpl extends Process { class in class:ProcessManager
235 ProcessImpl(int id, FileDescriptor in, FileDescriptor out, method in class:ProcessManager.ProcessImpl
298 static class ProcessReference extends WeakReference<ProcessImpl> {
302 public ProcessReference(ProcessImpl referent,
309 static class ProcessReferenceQueue extends ReferenceQueue<ProcessImpl> {

Completed in 42 milliseconds