Home
last modified time | relevance | path

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

/third_party/boost/boost/thread/pthread/
Dthread_data.hpp130 pthread_cond_t* current_cond; member
154 current_cond(0), in thread_data_base()
215 thread_info->current_cond=cond; in interruption_checker()
231 thread_info->current_cond=NULL; in unlock_if_locked()
/third_party/boost/libs/thread/src/pthread/
Dthread.cpp583 if(local_thread_info->current_cond) in interrupt()
586 BOOST_VERIFY(!posix::pthread_cond_broadcast(local_thread_info->current_cond)); in interrupt()