Searched refs:first_thread_ (Results 1 – 2 of 2) sorted by relevance
62 … 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
68 … 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