HomeSort by relevance Sort by last modified time
    Searched refs:Thread (Results 551 - 575 of 1369) sorted by null

<<21222324252627282930>>

  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
SelectorTest.java 314 new Thread() {
318 Thread.sleep(WAIT_TIME);
329 new Thread() {
333 Thread.sleep(WAIT_TIME);
378 Thread thread = new Thread() { local
381 // make sure to call key.cancel() while the main thread is selecting
382 Thread.sleep(500);
395 thread.start()
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
AbstractConnPool.java 90 /** A worker (thread) to track loss of pool entries to GC. */
137 Thread t = new Thread(refWorker); //@@@ use a thread factory
157 * if the calling thread was interrupted