Searched defs:clean (Results 1 - 2 of 2) sorted by relevance

/dalvik/libcore/luni/src/main/java/java/lang/
H A DThreadLocal.java180 /** Points to the next cell to clean up. */
181 private int clean; field in class:ThreadLocal.Values
201 this.clean = fromParent.clean;
252 this.clean = 0;
261 // If we rehashed, we needn't clean up (clean up happens as
267 // No live entries == nothing to clean.
273 int index = clean;
297 clean
[all...]
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
H A DSynchronousQueue.java325 clean(s);
440 void clean(SNode s) { method in class:SynchronousQueue.TransferStack
446 * s. If there are multiple concurrent calls to clean, we
647 clean(t, s);
723 void clean(QNode pred, QNode s) { method in class:SynchronousQueue.TransferQueue

Completed in 101 milliseconds