HomeSort by relevance Sort by last modified time
    Searched defs:ProcessImpl (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/system_wrappers/source/
cpu_win.cc 182 return reinterpret_cast<CpuWindows*>(thread_object)->ProcessImpl();
185 bool CpuWindows::ProcessImpl()
  /libcore/luni/src/main/java/java/lang/
ProcessManager.java 127 ProcessImpl process = processReference.get();
218 ProcessImpl process = new ProcessImpl(pid, in, out, err);
232 static class ProcessImpl extends Process {
247 ProcessImpl(int pid, FileDescriptor in, FileDescriptor out, FileDescriptor err) {
315 static class ProcessReference extends WeakReference<ProcessImpl> {
319 public ProcessReference(ProcessImpl referent, ProcessReferenceQueue referenceQueue) {
325 static class ProcessReferenceQueue extends ReferenceQueue<ProcessImpl> {

Completed in 759 milliseconds