pthread_mutexattr_t Struct Reference

This type is unused right now, and only exists for POSIX compatibility. More...

Detailed Description

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.
 

The documentation for this struct was generated from the following file: