withLock

expect inline fun <T> ReentrantLock.withLock(block: () -> T): T
actual inline fun <T> ReentrantLock.withLock(block: () -> T): T