Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Posix_types.Pthreadmodule Attr : sig ... endUsed to identify a thread attribute object.
module Cond : sig ... endUsed for condition variables.
module Condattr : sig ... endUsed to identify a condition attribute object.
module Key : sig ... endUsed for thread-specific data keys.
module Mutex : sig ... endUsed for mutexes.
module Mutexattr : sig ... endUsed to identify a mutex attribute object.
module Once : sig ... endUsed for dynamic package initialization.
module Rwlock : sig ... endUsed for read-write locks.
module Rwlockattr : sig ... endUsed for read-write lock attributes.
module T : sig ... endUsed to identify a thread.
type attr_t = Attr.ttype cond_t = Cond.ttype condattr_t = Condattr.ttype key_t = Key.ttype mutex_t = Mutex.ttype mutexattr_t = Mutexattr.ttype once_t = Once.ttype rwlock_t = Rwlock.ttype rwlockattr_t = Rwlockattr.ttype t = T.t