Home | History | Annotate | Download | only in base

Lines Matching refs:thread_

75     thread_ = new SlowSignalThread(this);
76 thread_->SignalWorkDone.connect(this, &SignalThreadTest::OnWorkComplete);
89 SlowSignalThread* thread_;
160 thread_->Start();
169 thread_->Start();
171 thread_->Release();
181 thread_->Start();
183 thread_->Destroy(true);
190 thread_->Start();
192 thread_->Destroy(false);