TizenRT Libs&Environment
v2.0 M2
|
Structure of pthread rwlock. More...
#include <pthread.h>
Data Fields | |
pthread_mutex_t | lock |
pthread_cond_t | cv |
unsigned int | num_readers |
unsigned int | num_writers |
bool | write_in_progress |
pthread_mutex_t lock |