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

/external/stressapptest/src/
H A Ddisk_blocks.cc27 pthread_mutex_init(&data_mutex_, NULL);
31 pthread_mutex_destroy(&data_mutex_);
35 pthread_mutex_lock(&data_mutex_);
37 pthread_mutex_unlock(&data_mutex_);
41 pthread_mutex_lock(&data_mutex_);
43 pthread_mutex_unlock(&data_mutex_);
51 pthread_mutex_init(&data_mutex_, NULL);
57 pthread_mutex_destroy(&data_mutex_);
75 pthread_mutex_lock(&data_mutex_);
77 pthread_mutex_unlock(&data_mutex_);
[all...]
H A Ddisk_blocks.h68 mutable pthread_mutex_t data_mutex_; member in class:BlockData
168 pthread_mutex_t data_mutex_; member in class:DiskBlockTable

Completed in 53 milliseconds