This type is unused right now, and only exists for POSIX compatibility. More...
This type is unused right now, and only exists for POSIX compatibility.
Definition at line 88 of file pthread_mutex_attr.h.
#include <pthread_mutex_attr.h>
Data Fields | |
int | pshared |
Whether to share the mutex with child processes. | |
int | kind |
Type of the mutex. | |
int | protocol |
Priority inheritance of the mutex. | |
int | robustness |
What to do if a thread terminates while it holds a mutex. | |
int pthread_mutexattr_t::kind |
Type of the mutex.
Definition at line 91 of file pthread_mutex_attr.h.
int pthread_mutexattr_t::protocol |
Priority inheritance of the mutex.
Definition at line 92 of file pthread_mutex_attr.h.
int pthread_mutexattr_t::pshared |
Whether to share the mutex with child processes.
Definition at line 90 of file pthread_mutex_attr.h.
int pthread_mutexattr_t::robustness |
What to do if a thread terminates while it holds a mutex.
Definition at line 93 of file pthread_mutex_attr.h.