Struct sync_rwlock¶
#include <critical_section.h>
Public Attributes¶
| Type | Name |
|---|---|
| pthread_mutex_t | global_lock |
| const char * | name |
| int | num_readers |
| pthread_mutex_t | read_lock |
| SYNC_STATS * | stats |
Public Attributes Documentation¶
variable global_lock¶
variable name¶
variable num_readers¶
variable read_lock¶
variable stats¶
The documentation for this class was generated from the following file cubrid/src/thread/critical_section.h