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

/libcore/ojluni/src/main/java/java/lang/
H A DThreadLocal.java483 if (!cleanSomeSlots(i, sz) && sz >= threshold)
558 cleanSomeSlots(expungeStaleEntry(slotToExpunge), len);
575 cleanSomeSlots(expungeStaleEntry(slotToExpunge), len);
649 private boolean cleanSomeSlots(int i, int n) { method in class:ThreadLocal.ThreadLocalMap

Completed in 41 milliseconds