Home
last modified time | relevance | path

Searched refs:data_mutex_ (Results 1 – 2 of 2) sorted by relevance

/external/stressapptest/src/
Ddisk_blocks.cc25 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 …]
Ddisk_blocks.h53 pthread_mutex_t data_mutex_; variable
109 pthread_mutex_t data_mutex_; variable