package posix-types

  1. Overview
  2. Docs
module Attr : sig ... end

Used to identify a thread attribute object.

module Cond : sig ... end

Used for condition variables.

module Condattr : sig ... end

Used to identify a condition attribute object.

module Key : sig ... end

Used for thread-specific data keys.

module Mutex : sig ... end

Used for mutexes.

module Mutexattr : sig ... end

Used to identify a mutex attribute object.

module Once : sig ... end

Used for dynamic package initialization.

module Rwlock : sig ... end

Used for read-write locks.

module Rwlockattr : sig ... end

Used for read-write lock attributes.

module T : sig ... end

Used to identify a thread.

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