Frama-C API - ThreadState
type t = thread_state
val is_main : t -> bool
val label : t -> string
The name of the thread
val pretty : t Frama_c_kernel.Pretty_utils.formatter
Prints the name of the thread
val pretty_detailed : t Frama_c_kernel.Pretty_utils.formatter
Prints the name of the thread with detailed informations
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