Arg.GProtecting
Collects information about which variables are protected by which mutexes
include Lattice.S
include Lattice.PO
widen x y
assumes leq x y
. Solvers guarantee this by calling widen old (join old new)
.
val bot : unit -> t
val is_bot : t -> bool
val top : unit -> t
val is_top : t -> bool
val make : write:bool -> recovered:bool -> MustLockset.t -> t
val get : write:bool -> Queries.Protection.t -> t -> MustLockset.t