Home
last modified time | relevance | path

Searched refs:workerThread (Results 1 – 3 of 3) sorted by relevance

/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DRefQueueWorker.java70 protected volatile Thread workerThread; field in RefQueueWorker
100 if (this.workerThread == null) { in run()
101 this.workerThread = Thread.currentThread(); in run()
104 while (this.workerThread == Thread.currentThread()) { in run()
125 Thread wt = this.workerThread; in shutdown()
127 this.workerThread = null; // indicate shutdown in shutdown()
140 return "RefQueueWorker::" + this.workerThread; in toString()
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DPeerConnectionFactory.java44 private static Thread workerThread; field in PeerConnectionFactory
194 workerThread = null; in dispose()
214 printStackTrace(workerThread, "Worker thread"); in printStackTraces()
219 workerThread = Thread.currentThread(); in onWorkerThreadReady()
/external/apache-http/api/
Dapache-http-legacy-current.txt3047 field protected volatile java.lang.Thread workerThread;