Module PerMutexTidCommon.V

include sig ... end
type t = [
  1. | `Left of MutexGlobals.V.t
  2. | `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 ] -> Yojson.Safe.t
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 ]