Searched refs:data_mutex_ (Results 1 – 2 of 2) sorted by relevance
25 pthread_mutex_init(&data_mutex_, NULL); in DiskBlockTable()32 pthread_mutex_destroy(&data_mutex_); in ~DiskBlockTable()38 pthread_mutex_lock(&data_mutex_); in CleanTable()46 pthread_mutex_unlock(&data_mutex_); in CleanTable()63 pthread_mutex_lock(&data_mutex_); in NumElems()65 pthread_mutex_unlock(&data_mutex_); in NumElems()75 pthread_mutex_lock(&data_mutex_); in InsertOnStructure()84 pthread_mutex_unlock(&data_mutex_); in InsertOnStructure()101 pthread_mutex_lock(&data_mutex_); in RemoveBlock()111 pthread_mutex_unlock(&data_mutex_); in RemoveBlock()[all …]
53 pthread_mutex_t data_mutex_; variable109 pthread_mutex_t data_mutex_; variable