Spec.Vinclude module type of struct include TID endinclude ThreadIdDomain.S with type t = ThreadIdDomain.threadinclude Printable.S with type t = ThreadIdDomain.threadtype t = ThreadIdDomain.threadval hash : t -> intval show : t -> stringval pretty : unit -> t -> 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.arbitraryval 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.Dval threadenter :
multiple:bool ->
(t * D.t) ->
Node.t ->
int option ->
GoblintCil.varinfo ->
t listval threadspawn :
multiple:bool ->
D.t ->
Node.t ->
int option ->
GoblintCil.varinfo ->
D.tinclude module type of struct include Analyses.StdV end