Module ThreadJoins.Spec

include module type of struct include Analyses.IdentitySpec end
include module type of struct include Analyses.DefaultSpec end
module P = Analyses.EmptyP
type marshal = unit
val init : 'a -> unit
val finalize : unit -> unit
val vdecl : ('a, 'b, 'c, 'd) Analyses.man -> 'e -> 'a
val asm : ('a, 'b, 'c, 'd) Analyses.man -> 'a
val skip : ('a, 'b, 'c, 'd) Analyses.man -> 'a
val event : ('a, 'b, 'c, 'd) Analyses.man -> 'e -> 'f -> 'a
val morphstate : 'a -> 'b -> 'b
val sync : ('a, 'b, 'c, 'd) Analyses.man -> 'e -> 'a
val context : 'a -> 'b -> 'c -> 'c
val paths_as_set : ('a, 'b, 'c, 'd) Analyses.man -> 'a list
module A = Analyses.UnitA
val access : 'a -> 'b -> unit
val assign : ('a, 'b, 'c, 'd) Analyses.man -> GoblintCil.lval -> GoblintCil.exp -> 'a
val branch : ('a, 'b, 'c, 'd) Analyses.man -> GoblintCil.exp -> bool -> 'a
val body : ('a, 'b, 'c, 'd) Analyses.man -> GoblintCil.fundec -> 'a
val enter : ('a, 'b, 'c, 'd) Analyses.man -> GoblintCil.lval option -> GoblintCil.fundec -> GoblintCil.exp list -> ('a * 'a) list
val combine_assign : ('a, 'b, 'c, 'd) Analyses.man -> GoblintCil.lval option -> 'e -> GoblintCil.fundec -> GoblintCil.exp list -> 'f -> 'g -> Queries.ask -> 'a
val threadenter : ('a, 'b, 'c, 'd) Analyses.man -> multiple:'e -> 'f -> 'g -> 'h -> 'a list
val name : unit -> string
module MustTIDsWithBot : sig ... end
module D : sig ... end
include sig ... end
module C : sig ... end
val startcontext : unit -> D.t
module G = D
module V = Analyses.TIDV
val threadreturn : ([ `Lifted of SetDomain.Make(ThreadIdDomain.FlagConfiguredTID).t | `Top ] * bool, [ `Lifted of SetDomain.Make(ThreadIdDomain.FlagConfiguredTID).t | `Top ] * bool, 'a, ThreadIdDomain.Thread.t) Analyses.man -> unit
val return : (D.t, MustTIDsWithBot.t * bool, 'a, ThreadIdDomain.Thread.t) Analyses.man -> GoblintCil.exp option -> GoblintCil.fundec -> D.t
val special : (D.t, MustTIDsWithBot.t * bool, 'a, ThreadIdDomain.Thread.t) Analyses.man -> GoblintCil.lval option -> GoblintCil.varinfo -> GoblintCil.exp list -> D.t
val threadspawn : ([ `Lifted of SetDomain.Make(ThreadIdDomain.FlagConfiguredTID).t | `Top ] * 'a, 'b, 'c, 'd) Analyses.man -> multiple:'e -> 'f -> 'g -> 'h -> ('i, 'j, 'k, 'l) Analyses.man -> [ `Lifted of SetDomain.Make(ThreadIdDomain.FlagConfiguredTID).t | `Top ] * 'a
val query : (MustTIDsWithBot.t * bool, 'b, 'c, 'd) Analyses.man -> 'a Queries.t -> 'a Queries.result
val combine_env : ([ `Lifted of SetDomain.Make(ThreadIdDomain.FlagConfiguredTID).t | `Top ] * bool, 'a, 'b, 'c) Analyses.man -> 'd -> 'e -> 'f -> 'g -> 'h -> ([ `Lifted of SetDomain.Make(ThreadIdDomain.FlagConfiguredTID).t | `Top ] * bool) -> 'i -> [ `Lifted of SetDomain.Make(ThreadIdDomain.FlagConfiguredTID).t | `Top ] * bool
val startstate : 'a -> [ `Lifted of SetDomain.Make(ThreadIdDomain.FlagConfiguredTID).t | `Top ] * bool
val exitstate : 'a -> [ `Lifted of SetDomain.Make(ThreadIdDomain.FlagConfiguredTID).t | `Top ] * bool