Tizen RT Libs&Environment  v1.1 D4
pthread_mutexattr_s Struct Reference

Structure of pthread mutex attr configuration. More...

#include <pthread.h>

Data Fields

uint8_t pshared:1
 
uint8_t proto:2
 

Detailed Description

Structure of pthread mutex attr configuration.

Definition at line 293 of file pthread.h.

Field Documentation

◆ proto

uint8_t proto

Definition at line 296 of file pthread.h.

◆ pshared

uint8_t pshared

Definition at line 294 of file pthread.h.


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