Frama-C:
Plug-ins:
Libraries:

Frama-C API - Mt_cil

val is_call_to_sync : Frama_c_kernel.Cil_types.stmt -> bool

Is this statement a call to the primitive Frama_C_mthread_sync

Pretty-printing

val pretty_succs : Stdlib.Format.formatter -> Frama_c_kernel.Cil_types.stmt -> unit

Print the sid of the successors of a statement

Calls stacks, and related functions

type stack = stack_elt list
module Stack : sig ... end