Copyright Digital Equipment Corp. All rights reserved.

PTHREAD_routines

   Routines that comprise the multithreading pthread interface are
   based on the IEEE POSIX 1003.1-1996 standard. The global errno
   variable is not used by these routines. To indicate errors,
   the PTHREAD routines return integer values indicating the type
   of error. Routine names ending with the _np suffix denote that
   the routine is not portable; that is, the routine might not be
   available in implementations of POSIX 1003.1-1996 other than
   the Threads Library. See the Guide to the POSIX Threads Library
   documentation for more information.
 


Additional information available:

pthread_attr_destroy            pthread_attr_getdetachstate
pthread_attr_getguardsize       pthread_attr_getinheritsched
pthread_attr_getname_np         pthread_attr_getschedparam
pthread_attr_getschedpolicy     pthread_attr_getscope
pthread_attr_getstackaddr       pthread_attr_getstackaddr_np
pthread_attr_getstacksize       pthread_attr_init
pthread_attr_setdetachstate     pthread_attr_setguardsize
pthread_attr_setinheritsched    pthread_attr_setname_np
pthread_attr_setschedparam      pthread_attr_setschedpolicy
pthread_attr_setscope           pthread_attr_setstackaddr
pthread_attr_setstackaddr_np    pthread_attr_setstacksize       pthread_cancel
pthread_cleanup_pop             pthread_cleanup_push
pthread_cond_broadcast          pthread_cond_destroy
pthread_cond_getname_np         pthread_cond_init
pthread_cond_setname_np         pthread_cond_signal
pthread_cond_signal_int_np      pthread_cond_sig_preempt_int_np
pthread_cond_timedwait          pthread_cond_wait
pthread_condattr_destroy        pthread_condattr_init           pthread_create
pthread_delay_np                pthread_detach  pthread_equal
pthread_exc_get_status_np       pthread_exc_matches_np
pthread_exc_report_np           pthread_exc_set_status_np       pthread_exit
pthread_get_expiration_np       pthread_getconcurrency
pthread_getname_np              pthread_getschedparam
pthread_getsequence_np          pthread_getspecific             pthread_join
pthread_key_create              pthread_key_delete
pthread_key_getname_np          pthread_key_setname_np
pthread_lock_global_np          pthread_mutex_destroy
pthread_mutex_getname_np        pthread_mutex_init
pthread_mutex_lock              pthread_mutex_setname_np
pthread_mutex_trylock           pthread_mutex_unlock
pthread_mutexattr_destroy       pthread_mutexattr_gettype
pthread_mutexattr_init          pthread_mutexattr_settype       pthread_once
pthread_rwlock_destroy          pthread_rwlock_getname_np
pthread_rwlock_init             pthread_rwlock_rdlock
pthread_rwlock_setname_np       pthread_rwlock_tryrdlock
pthread_rwlock_trywrlock        pthread_rwlock_unlock
pthread_rwlock_wrlock           pthread_rwlockattr_destroy
pthread_rwlockattr_init         pthread_self    pthread_setcancelstate
pthread_setcanceltype           pthread_setconcurrency
pthread_setname_np              pthread_setschedparam
pthread_setspecific             pthread_testcancel
pthread_unlock_global_np        pthread_yield_np
sched_get_priority_max          sched_get_priority_min          sched_yield