Spec.Ainclude module type of struct include MHP endmodule TID = ThreadIdDomain.Threadmodule Pretty = GoblintCil.Prettytype t = MHP.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 current : Queries.ask -> tval 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
May two program points with respective MHP information happen in parallel
val is_unique_thread : t -> boolval should_print : t -> bool