|
void | lock_1 (int no) |
|
void | unlock_1 (int no) |
|
void | lock_2 () |
|
void | unlock_2 () |
|
void | lock_3 () |
|
void | unlock_3 () |
|
void | print () |
|
|
pthread_mutex_t | mutex1 |
|
pthread_cond_t | level1_cv |
|
pthread_cond_t | level2_cv |
|
pthread_cond_t | level3_cv |
|
std::unordered_set< int > | level1_holders |
|
int | n_level2 |
|
bool | level3_in_use |
|
bool | level2_in_use |
|
Definition at line 32 of file OnDiskInvertedLists.cpp.
The documentation for this struct was generated from the following file: