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

  /external/apache-http/src/org/apache/http/client/methods/
HttpRequestBase.java 62 private Lock abortLock;
72 this.abortLock = new ReentrantLock();
105 this.abortLock.lock();
114 this.abortLock.unlock();
120 this.abortLock.lock();
129 this.abortLock.unlock();
137 this.abortLock.lock();
147 this.abortLock.unlock();
173 clone.abortLock = new ReentrantLock();
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 81 milliseconds