goblint.lib
PerMutexTidCommon.V
goblint.backtrace
goblint.build-info
goblint.common
goblint.sites
goblint.std
goblint.timing
goblint_build_info_dune
goblint_build_info_js
goblint_sites_dune
goblint_sites_js
include sig ... end
type t = [
| `Left of MutexGlobals.V.t
| `Right of TID.t
]
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 : [< `Left of MutexGlobals.V.t | `Right of TID.t ] -> string
val name : unit -> string
val printXml : 'a BatInnerIO.output -> [< `Left of MutexGlobals.V.t | `Right of TID.t ] -> unit
val to_yojson : [< `Left of MutexGlobals.V.t | `Right of TID.t ] -> [> `Assoc of (string * Yojson.Safe.t) list ]
val relift : [< `Left of MutexGlobals.V.t | `Right of TID.t ] -> [> `Left of MutexGlobals.V.t | `Right of TID.t ]
val mutex : MutexGlobals.VMutex.t -> [> `Left of MutexGlobals.V.t ]
val mutex_inits : [> `Left of MutexGlobals.V.t ]
val global : MutexGlobals.VGlobal.t -> [> `Left of MutexGlobals.V.t ]
val thread : 'a -> [> `Right of 'a ]