Home
last modified time | relevance | path

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

/external/google-benchmark/src/
Dthread_manager.h21 bool StartStopBarrier() EXCLUDES(end_cond_mutex_) { in StartStopBarrier()
25 void NotifyThreadComplete() EXCLUDES(end_cond_mutex_) { in NotifyThreadComplete()
28 MutexLock lock(end_cond_mutex_); in NotifyThreadComplete()
33 void WaitForAllThreads() EXCLUDES(end_cond_mutex_) { in WaitForAllThreads()
34 MutexLock lock(end_cond_mutex_); in WaitForAllThreads()
57 Mutex end_cond_mutex_; variable
/external/libcxx/utils/google-benchmark/src/
Dthread_manager.h21 bool StartStopBarrier() EXCLUDES(end_cond_mutex_) { in StartStopBarrier()
25 void NotifyThreadComplete() EXCLUDES(end_cond_mutex_) { in NotifyThreadComplete()
28 MutexLock lock(end_cond_mutex_); in NotifyThreadComplete()
33 void WaitForAllThreads() EXCLUDES(end_cond_mutex_) { in WaitForAllThreads()
34 MutexLock lock(end_cond_mutex_); in WaitForAllThreads()
57 Mutex end_cond_mutex_; variable