Searched defs:commonThreadLocal (Results 1 – 4 of 4) sorted by relevance
12 internal actual fun<T> commonThreadLocal(name: Symbol): CommonThreadLocal<T> = ThreadLocal() method
14 internal actual fun<T> commonThreadLocal(name: Symbol): CommonThreadLocal<T> = CommonThreadLocal() method
19 internal expect fun<T> commonThreadLocal(name: Symbol): CommonThreadLocal<T> method
13 internal actual fun <T> commonThreadLocal(name: Symbol): CommonThreadLocal<T> = CommonThreadLocal(n… method