TizenRT Libs&Environment  v2.0 M2
pthread_rwlock_s Struct Reference

Structure of pthread rwlock. More...

#include <pthread.h>

Collaboration diagram for pthread_rwlock_s:

Data Fields

pthread_mutex_t lock
 
pthread_cond_t cv
 
unsigned int num_readers
 
unsigned int num_writers
 
bool write_in_progress
 

Detailed Description

Structure of pthread rwlock.

Definition at line 394 of file pthread.h.

Field Documentation

Definition at line 396 of file pthread.h.

Definition at line 395 of file pthread.h.

unsigned int num_readers

Definition at line 397 of file pthread.h.

unsigned int num_writers

Definition at line 398 of file pthread.h.

bool write_in_progress

Definition at line 399 of file pthread.h.


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