Frama-C API - ThreadState
type t = thread_stateval is_main : t -> boolval label : t -> stringThe name of the thread
val pretty : t Frama_c_kernel.Pretty_utils.formatterPrints the name of the thread
val pretty_detailed : t Frama_c_kernel.Pretty_utils.formatterPrints the name of the thread with detailed information
one_creates_other th1 th2 returns `Creates (th1, th2) if th1 creates th2 directly or through another threads, `Creates(th2, th1) if th2 creates th1, and `Unrelated otherwise
val recompute_because : t -> recompute_reason -> unit