14.11. Interface Definitions for libpthread

Table of Contents
_pthread_cleanup_pop -- establish cancellation handlers
_pthread_cleanup_push -- establish cancellation handlers
pthread_getattr_np -- get thread attributes
pthread_mutex_consistent_np -- mark state protected by robust mutex as consistent
pthread_mutexattr_getrobust_np, pthread_mutexattr_setrobust_np -- get and set the mutex robust attribute
pthread_rwlockattr_getkind_np, pthread_rwlockattr_setkind_np -- get/set the read-write lock kind of the thread read-write lock attribute object
waitpid -- wait for child process

The interfaces defined on the following pages are included in libpthread and are defined by this specification. Unless otherwise noted, these interfaces shall be included in the source standard.

Other interfaces listed in Section 14.9 shall behave as described in the referenced base document.