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

/external/google-benchmark/src/
H A Dbenchmark.cc125 bool StartStopBarrier() EXCLUDES(end_cond_mutex_) {
129 void NotifyThreadComplete() EXCLUDES(end_cond_mutex_) {
132 MutexLock lock(end_cond_mutex_);
137 void WaitForAllThreads() EXCLUDES(end_cond_mutex_) {
138 MutexLock lock(end_cond_mutex_);
162 Mutex end_cond_mutex_; member in class:benchmark::internal::ThreadManager
/external/libcxx/utils/google-benchmark/src/
H A Dbenchmark.cc119 bool StartStopBarrier() EXCLUDES(end_cond_mutex_) {
123 void NotifyThreadComplete() EXCLUDES(end_cond_mutex_) {
126 MutexLock lock(end_cond_mutex_);
131 void WaitForAllThreads() EXCLUDES(end_cond_mutex_) {
132 MutexLock lock(end_cond_mutex_);
155 Mutex end_cond_mutex_; member in class:benchmark::internal::ThreadManager

Completed in 325 milliseconds