Home
last modified time | relevance | path

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

/external/opencensus-java/exporters/stats/signalfx/src/main/java/io/opencensus/exporter/stats/signalfx/
DSignalFxStatsExporter.java45 private final SignalFxStatsExporterWorkerThread workerThread; field in SignalFxStatsExporter
54 this.workerThread = in SignalFxStatsExporter()
80 exporter.workerThread.start(); in create()
88 SignalFxStatsExporterWorkerThread workerThread = exporter.workerThread; in unsafeResetExporter() local
89 if (workerThread != null && workerThread.isAlive()) { in unsafeResetExporter()
91 workerThread.interrupt(); in unsafeResetExporter()
92 workerThread.join(); in unsafeResetExporter()
/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/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/trace/export/
DSpanExporterImpl.java40 private final Thread workerThread; field in SpanExporterImpl
83 workerThread.interrupt(); in shutdown()
87 this.workerThread = in SpanExporterImpl()
89 this.workerThread.start(); in SpanExporterImpl()
95 return workerThread; in getServiceExporterThread()
/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/opencensus-java/exporters/stats/stackdriver/src/main/java/io/opencensus/exporter/stats/stackdriver/
DStackdriverStatsExporter.java63 private final Thread workerThread; field in StackdriverStatsExporter
93 this.workerThread = new DaemonThreadFactory().newThread(worker); in StackdriverStatsExporter()
331 exporter.workerThread.start(); in createInternal()
/external/apache-http/api/
Dcurrent.txt2926 field @Deprecated protected volatile Thread workerThread;