Searched refs:secondary_thread_ (Results 1 – 2 of 2) sorted by relevance
328 secondary_thread_.reset(new base::DelegateSimpleThread( in RunTest()347 secondary_thread_->Start(); in RunTest()349 secondary_thread_->Join(); in RunTest()359 secondary_thread_.reset(NULL); in RunTest()
233 scoped_ptr<base::DelegateSimpleThread> secondary_thread_; variable