Searched defs:newLock (Results 1 – 4 of 4) sorted by relevance
35 Object newLock = locks.putIfAbsent(item, oldLock); in getItemLock() local
31 internal actual fun newLock(): Lock = ReentrantLock() method
33 internal expect fun newLock(): Lock in toUtf8String() method
38 internal actual fun newLock(): Lock = Lock.instance in newLock() method