Home
last modified time | relevance | path

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

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DBatchProcessor.kt108 val threadLocal = ThreadLocal.withInitial { threadState() } in par_map() constant
117 val state = threadLocal.get() in par_map()