Tizen RT Libs&Environment  v1.0 D5
pthread_mutex_s Struct Reference

Structure of pthread mutex configuration. More...

#include <pthread.h>

Collaboration diagram for pthread_mutex_s:

Data Fields

int pid
 
sem_t sem
 
uint8_t type
 
int nlocks
 

Detailed Description

Structure of pthread mutex configuration.

Definition at line 260 of file pthread.h.

Field Documentation

int nlocks

Definition at line 265 of file pthread.h.

int pid

Definition at line 261 of file pthread.h.

sem_t sem

Definition at line 262 of file pthread.h.

uint8_t type

Definition at line 264 of file pthread.h.


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