Searched refs:workerThread (Results 1 – 7 of 7) sorted by relevance
45 private final SignalFxStatsExporterWorkerThread workerThread; field in SignalFxStatsExporter54 this.workerThread = in SignalFxStatsExporter()80 exporter.workerThread.start(); in create()88 SignalFxStatsExporterWorkerThread workerThread = exporter.workerThread; in unsafeResetExporter() local89 if (workerThread != null && workerThread.isAlive()) { in unsafeResetExporter()91 workerThread.interrupt(); in unsafeResetExporter()92 workerThread.join(); in unsafeResetExporter()
70 protected volatile Thread workerThread; field in RefQueueWorker100 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()
40 private final Thread workerThread; field in SpanExporterImpl83 workerThread.interrupt(); in shutdown()87 this.workerThread = in SpanExporterImpl()89 this.workerThread.start(); in SpanExporterImpl()95 return workerThread; in getServiceExporterThread()
44 private static Thread workerThread; field in PeerConnectionFactory194 workerThread = null; in dispose()214 printStackTrace(workerThread, "Worker thread"); in printStackTraces()219 workerThread = Thread.currentThread(); in onWorkerThreadReady()
63 private final Thread workerThread; field in StackdriverStatsExporter93 this.workerThread = new DaemonThreadFactory().newThread(worker); in StackdriverStatsExporter()331 exporter.workerThread.start(); in createInternal()
2926 field @Deprecated protected volatile Thread workerThread;
META-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...