ThreadJoins.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 -> 'amodule A = Goblint_lib.Analyses.IdentitySpec.Aval 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 threadenter : ('a, 'b, 'c, 'd) Analyses.ctx -> 'e -> 'f -> 'g -> 'a listmodule D = MustTIDsmodule C = Dmodule G = MustTIDsmodule V : sig ... endval return :
(D.t, D.t, 'a, Goblint_lib__ThreadIdDomain.Thread.t) Analyses.ctx ->
Prelude.Ana.exp option ->
Prelude.Ana.fundec ->
D.tval special :
(D.t, D.t, 'a, Goblint_lib__ThreadIdDomain.Thread.t) Analyses.ctx ->
Prelude.Ana.lval option ->
Prelude.Ana.varinfo ->
Prelude.Ana.exp list ->
D.tval threadspawn :
([ `Lifted of BatSet.Make(Goblint_lib.ThreadIdDomain.Thread).t | `Top ],
'a,
'b,
'c)
Analyses.ctx ->
'd ->
'e ->
'f ->
('g, 'h, 'i, 'j) Analyses.ctx ->
[ `Lifted of BatSet.Make(Goblint_lib.ThreadIdDomain.Thread).t | `Top ]val query :
(ConcDomain.MustThreadSet.t, 'b, 'c, 'd) Analyses.ctx ->
'a Queries.t ->
'a Queries.resultval startstate :
'a ->
[ `Lifted of BatSet.Make(Goblint_lib.ThreadIdDomain.Thread).t | `Top ]val exitstate :
'a ->
[ `Lifted of BatSet.Make(Goblint_lib.ThreadIdDomain.Thread).t | `Top ]