HomeSort by relevance Sort by last modified time
    Searched refs:queueNext (Results 1 - 4 of 4) sorted by null

  /libcore/ojluni/src/main/java/java/lang/ref/
ReferenceQueue.java 40 // Reference.queueNext will be set to sQueueNextUnenqueued to indicate
66 if (r.queueNext != null) {
77 // Update queueNext to indicate that the reference has been
79 r.queueNext = sQueueNextUnenqueued;
86 tail.queueNext = r;
89 tail.queueNext = r;
99 return reference.queueNext != null && reference.queueNext != sQueueNextUnenqueued;
128 head = head.queueNext;
131 // Update queueNext to indicate that the reference has bee
    [all...]
Reference.java 64 * been enqueued. The queueNext field is non-null if and only if this
66 * before it has been removed from its queue, the queueNext field points
69 * reference queue, the queueNext field points to the
73 * Access to the queueNext field is guarded by synchronization on a lock
76 Reference queueNext;
  /art/runtime/
class_linker.cc     [all...]
  /prebuilts/tools/common/intellij-core/171.2455.10/
intellij-core.jar 

Completed in 228 milliseconds