Home | History | Annotate | Download | only in ref

Lines Matching refs:rq

39         ReferenceQueue rq = new ReferenceQueue();
41 PhantomReference pr = new PhantomReference(bool, rq);
83 final ReferenceQueue rq = new ReferenceQueue();
91 tprs[0] = new TestPhantomReference(obj, rq);
92 tprs[1] = new TestPhantomReference(obj, rq);
93 tprs[2] = new TestPhantomReference(obj, rq);
94 tprs[3] = new TestPhantomReference(obj, rq);
111 Reference r = rq.remove(100L);
131 ReferenceQueue rq = new ReferenceQueue();
134 PhantomReference pr = new PhantomReference(bool, rq);