Searched refs:executorThread (Results 1 – 1 of 1) sorted by relevance
324 @Nullable private volatile Thread executorThread; field in Loader.LoadTask364 @Nullable Thread executorThread = this.executorThread; in cancel() local365 if (executorThread != null) { in cancel()366 executorThread.interrupt(); in cancel()385 executorThread = Thread.currentThread(); in run()