MakeLock.1-M
type t
The type of a lock.
val create : unit -> t
val lock : t -> unit
val unlock : t -> unit
val try_lock : t -> bool