Searched refs:threadReferenceQueue (Results 1 – 1 of 1) sorted by relevance
50 private static final ReferenceQueue<Thread> threadReferenceQueue = new ReferenceQueue<Thread>(); field in Storage287 Reference<?> ref = threadReferenceQueue.poll(); in drainThreadQueue()326 this.threadRef = new UnmodifiableWeakReference<Thread>(thread, threadReferenceQueue); in MarkHolderHandle()