package goblint

  1. Overview
  2. Docs
Static analysis framework for C

Install

Dune Dependency

Authors

Maintainers

Sources

goblint-2.4.0.tbz
sha256=99b78e6def71534d195eef9084baa26d8334b36084e120aa6afb300c9bf8afa6
sha512=f3162bd95a03c00358a2991f6152fc6169205bfb4c55e2c483e98cc3935673df9656d025b6f1ea0fa5f1bd0aee037d4f483966b0d2907e3fa9bf11a93a3392af

doc/goblint.lib/Goblint_lib/CommonPriv/PerMutexTidCommon/G/index.html

Module PerMutexTidCommon.G

include sig ... end
type t = [
  1. | `Bot
  2. | `Lifted1 of GMutex.t
  3. | `Lifted2 of GThread.t
  4. | `Top
]
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
val hash : t -> int
val tag : 'a -> 'b
val arbitrary : unit -> 'a
val pretty : unit -> t -> Printable.Pretty.doc
val show : [< `Bot | `Lifted1 of GMutex.t | `Lifted2 of GThread.t | `Top ] -> string
val relift : [< `Bot | `Lifted1 of GMutex.t | `Lifted2 of GThread.t | `Top Lifted1 Lifted2 ] as 'a -> 'a
val name : unit -> string
val printXml : 'a BatInnerIO.output -> [< `Bot | `Lifted1 of GMutex.t | `Lifted2 of GThread.t | `Top ] -> unit
val to_yojson : [< `Bot | `Lifted1 of GMutex.t | `Lifted2 of GThread.t | `Top ] -> Yojson.Safe.t
val bot : unit -> [> `Bot ]
val is_bot : [> `Bot ] -> bool
val top : unit -> [> `Top ]
val is_top : [> `Top ] -> bool
val leq : [> `Bot | `Lifted1 of GMutex.t | `Lifted2 of GThread.t | `Top ] -> [> `Bot | `Lifted1 of GMutex.t | `Lifted2 of GThread.t | `Top ] -> bool
val pretty_diff : unit -> (t * t) -> Lattice.Pretty.doc
val join : [> `Bot | `Lifted1 of GMutex.t | `Lifted2 of GThread.t | `Top ] as 'a -> 'a -> 'a
val meet : [> `Bot | `Lifted1 of GMutex.t | `Lifted2 of GThread.t | `Top ] as 'a -> 'a -> 'a
val widen : [> `Lifted1 of GMutex.t | `Lifted2 of GThread.t ] -> [> `Lifted1 of GMutex.t | `Lifted2 of GThread.t ] as 'a -> 'a
val narrow : [> `Bot | `Lifted1 of GMutex.t | `Lifted2 of GThread.t | `Top ] as 'a -> 'a -> 'a
val mutex : [> `Bot | `Lifted1 of GMutex.t ] -> GMutex.t
val thread : [> `Bot | `Lifted2 of LMust.t * L.t ] -> LMust.t * L.t
val create_mutex : 'a -> [> `Lifted1 of 'a ]
val create_global : 'a -> [> `Lifted1 of 'a ]
val create_thread : 'a -> [> `Lifted2 of 'a ]
OCaml

Innovation. Community. Security.