package posix-types

  1. Overview
  2. Docs
module Attr : sig ... end
module Cond : sig ... end
module Condattr : sig ... end
module Key : sig ... end
module Mutex : sig ... end
module Mutexattr : sig ... end
module Once : sig ... end
module Rwlock : sig ... end
module Rwlockattr : sig ... end
module T : sig ... end
type attr_t = Attr.t
type cond_t = Cond.t
type condattr_t = Condattr.t
type key_t = Key.t
type mutex_t = Mutex.t
type mutexattr_t = Mutexattr.t
type once_t = Once.t
type rwlock_t = Rwlock.t
type rwlockattr_t = Rwlockattr.t
type t = T.t