package frama-c

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Mthread.Mt_mutexesSource

Sourceval pretty_with_mutexes : Stdlib.Format.formatter -> Mt_shared_vars.Precise.list_accesses -> unit
Sourcetype protection =
  1. | Unprotected
  2. | Priority
  3. | Protected of Eva__.Mutex.Set.t
Sourceval pretty_protection : Stdlib.Format.formatter -> protection -> unit
Sourceval pretty_protection_per_thread : Stdlib.Format.formatter -> (Mt_thread.thread * Mt_thread.thread * protection) -> unit
Sourceval pretty_zone_protection : Stdlib.Format.formatter -> (Frama_c_kernel.Locations.Zone.t * (Mt_thread.thread * Mt_thread.thread * protection) list) -> unit
Sourceval pretty_protections : Stdlib.Format.formatter -> (Frama_c_kernel.Locations.Zone.t * (Mt_thread.thread * Mt_thread.thread * protection) list) list -> unit
OCaml

Innovation. Community. Security.