Loading...
Searching...
No Matches
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.
 

Field Documentation

◆ kind

int pthread_mutexattr_t::kind

Type of the mutex.

Definition at line 91 of file pthread_mutex_attr.h.

◆ protocol

int pthread_mutexattr_t::protocol

Priority inheritance of the mutex.

Definition at line 92 of file pthread_mutex_attr.h.

◆ pshared

int pthread_mutexattr_t::pshared

Whether to share the mutex with child processes.

Definition at line 90 of file pthread_mutex_attr.h.

◆ robustness

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.


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