Goblint_lib.MHPinclude module type of struct include Printable.Std endtype group = Printable.Std.group = |val show_group : group -> 'amodule TID = ThreadIdDomain.FlagConfiguredTIDtype t = {tid : ThreadIdDomain.ThreadLifted.t;created : ConcDomain.ThreadSet.t;must_joined : ConcDomain.ThreadSet.t;}val equal : t -> t -> Ppx_deriving_runtime.boolval compare : t -> t -> Ppx_deriving_runtime.intval hash : t -> intval pretty : unit -> t -> Pretty.docinclude sig ... endval show : t -> stringval printXml : 'a BatInnerIO.output -> t -> unitval to_yojson : t -> [> `String of string ]val definitely_not_started : (TID.t * ConcDomain.ThreadSet.t) -> TID.t -> boolCan it be excluded that the thread tid2 is running at a program point where
val exists_definitely_not_started_in_joined :
(TID.t * ConcDomain.ThreadSet.t) ->
ConcDomain.ThreadSet.t ->
boolval must_be_joined : ConcDomain.ThreadSet.elt -> ConcDomain.ThreadSet.t -> boolMust the thread with thread id other be already joined