ThreadAnalysis.Specinclude module type of struct include Analyses.IdentitySpec endinclude module type of struct include Analyses.DefaultSpec endval vdecl : ('a, 'b, 'c, 'd) Analyses.ctx -> 'e -> 'aval asm : ('a, 'b, 'c, 'd) Analyses.ctx -> 'aval skip : ('a, 'b, 'c, 'd) Analyses.ctx -> 'aval event : ('a, 'b, 'c, 'd) Analyses.ctx -> 'e -> 'f -> 'aval sync : ('a, 'b, 'c, 'd) Analyses.ctx -> 'e -> 'aval paths_as_set : ('a, 'b, 'c, 'd) Analyses.ctx -> 'a listmodule A = Analyses.UnitAval assign :
('a, 'b, 'c, 'd) Analyses.ctx ->
GoblintCil.lval ->
GoblintCil.exp ->
'aval branch : ('a, 'b, 'c, 'd) Analyses.ctx -> GoblintCil.exp -> bool -> 'aval body : ('a, 'b, 'c, 'd) Analyses.ctx -> GoblintCil.fundec -> 'aval enter :
('a, 'b, 'c, 'd) Analyses.ctx ->
GoblintCil.lval option ->
GoblintCil.fundec ->
GoblintCil.exp list ->
('a * 'a) listval combine_env :
'a ->
GoblintCil.lval option ->
'b ->
GoblintCil.fundec ->
GoblintCil.exp list ->
'c ->
'd ->
Queries.ask ->
'dval combine_assign :
('a, 'b, 'c, 'd) Analyses.ctx ->
GoblintCil.lval option ->
'e ->
GoblintCil.fundec ->
GoblintCil.exp list ->
'f ->
'g ->
Queries.ask ->
'amodule D = ConcDomain.CreatedThreadSetmodule G = ConcDomain.ThreadCreationmodule V : sig ... endmodule P : sig ... endval handle_thread_return :
(D.t, bool * TS.t * bool, 'a, ThreadIdDomain.Thread.t) Analyses.ctx ->
GoblintCil.exp option ->
unitval return :
(D.t, bool * TS.t * bool, 'a, ThreadIdDomain.Thread.t) Analyses.ctx ->
GoblintCil.exp option ->
'b ->
D.tval is_not_unique : ('a, bool * TS.t * 'b, 'c, T.t) Analyses.ctx -> T.t -> boolval special :
(D.t, bool * TS.t * bool, 'a, T.t) Analyses.ctx ->
GoblintCil.lval option ->
GoblintCil.varinfo ->
GoblintCil.exp list ->
D.tval query :
(D.t, bool * TS.t * 'b, 'c, T.t) Analyses.ctx ->
'a Queries.t ->
'a Queries.resultval startstate : 'a -> D.tval threadenter : 'a -> multiple:'b -> 'c -> 'd -> 'e -> D.t listval threadspawn :
(D.t, bool * TS.t * bool, 'a, ThreadIdDomain.Thread.t) Analyses.ctx ->
multiple:bool ->
'b ->
'c ->
'd ->
('e, 'f, 'g, 'h) Analyses.ctx ->
D.tval exitstate : 'a -> D.t