Home
last modified time | relevance | path

Searched refs:clearThreadLocals (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DForkJoinWorkerThread.java76 boolean clearThreadLocals) { in ForkJoinWorkerThread() argument
77 super(group, null, pool.nextWorkerThreadName(), 0L, !clearThreadLocals); in ForkJoinWorkerThread()
80 if (clearThreadLocals) in ForkJoinWorkerThread()