| Linux Standard Base Core Specification 4.1 | ||
|---|---|---|
| <<< Previous | Next >>> | |
pthread_mutexattr_setrobust_np() shall behave as described for pthread_mutexattr_setrobust() in POSIX 1003.1-2008 (ISO/IEC 9945-2009).
pthread_mutexattr_getrobust_np() shall behave as described for pthread_mutexattr_getrobust() in POSIX 1003.1-2008 (ISO/IEC 9945-2009).
Two additional valid values are defined for
__robustness:
PTHREAD_MUTEX_STALLED_NP,
which is identical to
PTHREAD_MUTEX_STALLED
and
PTHREAD_MUTEX_ROBUST_NP,
which is identical to
PTHREAD_MUTEX_ROBUST.
| <<< Previous | Home | Next >>> |
| pthread_mutex_consistent_np | Up | pthread_rwlockattr_getkind_np, pthread_rwlockattr_setkind_np |