Searched refs:once_epoch_mutex (Results 1 – 2 of 2) sorted by relevance
114 BOOST_THREAD_DECL extern pthread_mutex_t once_epoch_mutex;135 pthread::pthread_mutex_scoped_lock lk(&thread_detail::once_epoch_mutex); in call_once()144 pthread::pthread_mutex_scoped_unlock relocker(&thread_detail::once_epoch_mutex); in call_once()164 …_VERIFY(!posix::pthread_cond_wait(&thread_detail::once_epoch_cv,&thread_detail::once_epoch_mutex)); in call_once()183 pthread::pthread_mutex_scoped_lock lk(&thread_detail::once_epoch_mutex); in call_once()192 pthread::pthread_mutex_scoped_unlock relocker(&thread_detail::once_epoch_mutex); in call_once()209 …_VERIFY(!posix::pthread_cond_wait(&thread_detail::once_epoch_cv,&thread_detail::once_epoch_mutex)); in call_once()227 pthread::pthread_mutex_scoped_lock lk(&thread_detail::once_epoch_mutex); in call_once()236 pthread::pthread_mutex_scoped_unlock relocker(&thread_detail::once_epoch_mutex); in call_once()253 …_VERIFY(!posix::pthread_cond_wait(&thread_detail::once_epoch_cv,&thread_detail::once_epoch_mutex)); in call_once()[all …]
23 BOOST_THREAD_DECL pthread_mutex_t once_epoch_mutex=PTHREAD_MUTEX_INITIALIZER; variable