Home
last modified time | relevance | path

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

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