Spec.Argmodule D : sig ... endGlobal data is collected using dirty side-effecting.
module V : sig ... endmodule GProtecting : sig ... endCollects information about which variables are protected by which mutexes
module GProtected : sig ... endCollects information about which mutex protects which variable
module G : sig ... endval add : (D.t, 'a, 'b, 'c) Analyses.man -> AddrRW.t -> D.tval remove' : (D.t, 'a, 'b, 'c) Analyses.man -> warn:bool -> Addr.t -> D.tval remove : (D.t, 'a, 'b, 'c) Analyses.man -> Addr.t -> D.tval remove_all : 'a -> D.t