Module MutexGlobals.VMutex
include module type of struct include LockDomain.MustLock end
val equal : t -> t -> bool
val compare : t -> t -> int
val pretty : unit -> t -> Printable.Pretty.doc
val printXml : 'a BatInnerIO.output -> t -> unit
val to_yojson : t -> Yojson.Safe.t
val arbitrary : unit -> t QCheck.arbitrary
val is_definite : t -> bool
val to_cil : t -> GoblintCil.lval
val to_cil_exp : t -> GoblintCil.exp
val type_of : t -> GoblintCil.typ
val of_var : GoblintCil.varinfo -> t
val name : unit -> string