Module MutexGlobals.VMutex
include module type of struct include LockDomain.MustLock end
val equal : t -> t -> boolval compare : t -> t -> intval pretty : unit -> t -> Printable.Pretty.docval printXml : 'a BatInnerIO.output -> t -> unitval to_yojson : t -> Yojson.Safe.tval arbitrary : unit -> t QCheck.arbitraryval is_definite : t -> boolval to_cil : t -> GoblintCil.lvalval to_cil_exp : t -> GoblintCil.expval type_of : t -> GoblintCil.typval of_var : GoblintCil.varinfo -> tval name : unit -> string