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

/libcore/ojluni/src/main/java/sun/security/jca/
H A DProviders.java48 private static volatile int threadListsUsed; field in class:Providers
210 if (threadListsUsed == 0) {
244 threadListsUsed++;
262 threadListsUsed--;

Completed in 73 milliseconds