Module Posix_types
POSIX arithmetic types
Base modules
module Clock : Posix_base.Types.Arithmeticmodule Key : Posix_base.Types.Arithmeticmodule Time : Posix_base.Types.ArithmeticTypes
type blkcnt_t= Blkcnt.ttype blksize_t= Blksize.ttype clock_t= Clock.ttype clockid_t= Clockid.ttype dev_t= Dev.ttype fsblkcnt_t= Fsblkcnt.ttype fsfilcnt_t= Fsfilcnt.ttype gid_t= Gid.ttype id_t= Id.ttype ino_t= Ino.ttype key_t= Key.ttype mode_t= Mode.ttype nlink_t= Nlink.ttype off_t= Off.ttype pid_t= Pid.ttype size_t= Size.ttype ssize_t= Ssize.ttype time_t= Time.ttype uid_t= Uid.ttype useconds_t= Useconds.ttype suseconds_t= Suseconds.t
Values
val blkcnt_t : blkcnt_t Ctypes.typval blksize_t : blksize_t Ctypes.typval clock_t : clock_t Ctypes.typval clockid_t : clockid_t Ctypes.typval dev_t : dev_t Ctypes.typval fsblkcnt_t : fsblkcnt_t Ctypes.typval fsfilcnt_t : fsfilcnt_t Ctypes.typval gid_t : gid_t Ctypes.typval id_t : id_t Ctypes.typval ino_t : ino_t Ctypes.typval key_t : key_t Ctypes.typval mode_t : mode_t Ctypes.typval nlink_t : nlink_t Ctypes.typval off_t : off_t Ctypes.typval pid_t : pid_t Ctypes.typval size_t : size_t Ctypes.typval ssize_t : ssize_t Ctypes.typval time_t : time_t Ctypes.typval uid_t : uid_t Ctypes.typval useconds_t : useconds_t Ctypes.typval suseconds_t : suseconds_t Ctypes.typ
Pthread API
Base module
module Pthread : sig ... endTypes
type pthread_attr_t= Pthread.Attr.ttype pthread_cond_t= Pthread.Cond.ttype pthread_condattr_t= Pthread.Condattr.ttype pthread_key_t= Pthread.Key.ttype pthread_mutex_t= Pthread.Mutex.ttype pthread_mutexattr_t= Pthread.Mutexattr.ttype pthread_once_t= Pthread.Once.ttype pthread_rwlock_t= Pthread.Rwlock.ttype pthread_rwlockattr_t= Pthread.Rwlockattr.ttype pthread_t= Pthread.T.t
Values
val pthread_attr_t : pthread_attr_t Ctypes.typval pthread_cond_t : pthread_cond_t Ctypes.typval pthread_condattr_t : pthread_condattr_t Ctypes.typval pthread_key_t : pthread_key_t Ctypes.typval pthread_mutex_t : pthread_mutex_t Ctypes.typval pthread_mutexattr_t : pthread_mutexattr_t Ctypes.typval pthread_once_t : pthread_once_t Ctypes.typval pthread_rwlock_t : pthread_rwlock_t Ctypes.typval pthread_rwlockattr_t : pthread_rwlockattr_t Ctypes.typval pthread_t : pthread_t Ctypes.typ