Home
last modified time | relevance | path

Searched defs:newLock (Results 1 – 4 of 4) sorted by relevance

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DLockSupportMap.java35 Object newLock = locks.putIfAbsent(item, oldLock); in getItemLock() local
/external/okio/okio/src/jvmMain/kotlin/okio/
D-JvmPlatform.kt31 internal actual fun newLock(): Lock = ReentrantLock() method
/external/okio/okio/src/commonMain/kotlin/okio/
DCommonPlatform.kt33 internal expect fun newLock(): Lock in toUtf8String() method
/external/okio/okio/src/nonJvmMain/kotlin/okio/
DNonJvmPlatform.kt38 internal actual fun newLock(): Lock = Lock.instance in newLock() method