Tizen RT Libs&Environment  v1.1 D4
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 387 of file pthread.h.

Field Documentation

◆ cv

Definition at line 389 of file pthread.h.

◆ lock

Definition at line 388 of file pthread.h.

◆ num_readers

unsigned int num_readers

Definition at line 390 of file pthread.h.

◆ num_writers

unsigned int num_writers

Definition at line 391 of file pthread.h.

◆ write_in_progress

bool write_in_progress

Definition at line 392 of file pthread.h.


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