toggle menu
search in API
common
js
jvm
selfie-lib
/
com.diffplug.selfie.guts
/
ReentrantLock
Reentrant
Lock
common
js
jvm
expect
class
ReentrantLock
actual
class
ReentrantLock
actual
typealias
ReentrantLock
=
java.util.concurrent.locks.ReentrantLock
Members
Members & Extensions
Constructors
Reentrant
Lock
Link copied to clipboard
js
constructor
(
)
Functions
lock
Link copied to clipboard
common
js
expect
fun
lock
(
)
actual
inline
fun
lock
(
)
try
Lock
Link copied to clipboard
common
js
expect
fun
tryLock
(
)
:
Boolean
actual
inline
fun
tryLock
(
)
:
Boolean
unlock
Link copied to clipboard
common
js
expect
fun
unlock
(
)
actual
inline
fun
unlock
(
)
with
Lock
Link copied to clipboard
common
js
expect
inline
fun
<
T
>
ReentrantLock
.
withLock
(
block
:
(
)
->
T
)
:
T
actual
inline
fun
<
T
>
ReentrantLock
.
withLock
(
block
:
(
)
->
T
)
:
T