Spec.Vinclude module type of struct include TID endinclude ThreadIdDomain.Sinclude Printable.Stype t = TID.tinclude MapDomain.Groupable with type t := tinclude Printable.S with type t := tval hash : t -> intval show : t -> stringval pretty : unit -> t -> Goblint_lib.Printable.Pretty.docval printXml : 'a BatInnerIO.output -> t -> unitval to_yojson : t -> Yojson.Safe.tval tag : t -> intUnique ID, given by HConsed, for context identification in witness
val arbitrary : unit -> t QCheck.arbitrarytype group = TID.groupval show_group : group -> stringval threadinit : GoblintCil.varinfo -> multiple:bool -> tval is_main : t -> boolval is_unique : t -> boolOverapproximates whether the first TID can be involved in the creation fo the second TID
module D = TID.Dinclude module type of struct include Analyses.StdV end