Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

RWLock Struct Reference

#include <gw-rwlock.h>


Data Fields

pthread_rwlock_t rwlock
int dynamic


Field Documentation

int RWLock::dynamic
 

Definition at line 80 of file gw-rwlock.h.

Referenced by gw_rwlock_create(), gw_rwlock_destroy(), and gw_rwlock_init_static().

pthread_rwlock_t RWLock::rwlock
 

Definition at line 75 of file gw-rwlock.h.

Referenced by gw_rwlock_create(), gw_rwlock_destroy(), gw_rwlock_init_static(), gw_rwlock_rdlock(), gw_rwlock_unlock(), and gw_rwlock_wrlock().


The documentation for this struct was generated from the following file: See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.