package goblint

  1. Overview
  2. Docs
Static analysis framework for C

Install

dune-project
 Dependency

Authors

Maintainers

Sources

goblint-2.8.0.tbz
sha256=9175eec0143102243964e34a0786584fd590c60422009259c705a89a27f88de4
sha512=9d760007dd8d003cf596516444ed7acc7370fc3d446e75ac71b0176522c3baae090410762f9035e7aae4f6b0e394bf28bb5b1c08ca0476920b94aa919ef04f42

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 GThread.t ] -> GThread.t
val create_mutex : 'a -> [> `Lifted1 of 'a ]
val create_global : 'a -> [> `Lifted1 of 'a ]
val create_thread : 'a -> [> `Lifted2 of 'a ]