Home
last modified time | relevance | path

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

/third_party/boost/libs/atomic/test/
Datomicity.cpp62 … boost::thread(boost::bind(&concurrent_runner::thread_function, this, fn, 0)).swap(first_thread_); in concurrent_runner()
79 first_thread_.join(); in wait_finish()
120 boost::thread first_thread_; member in concurrent_runner
Datomicity_ref.cpp68 … boost::thread(boost::bind(&concurrent_runner::thread_function, this, fn, 0)).swap(first_thread_); in concurrent_runner()
85 first_thread_.join(); in wait_finish()
126 boost::thread first_thread_; member in concurrent_runner