Searched refs:OwnerThread (Results 1 – 1 of 1) sorted by relevance
99 class OwnerThread : public Thread, public sigslot::has_slots<> { class101 explicit OwnerThread(SignalThreadTest* harness) in OwnerThread() function in OwnerThread106 virtual ~OwnerThread() { in ~OwnerThread()113 signal_thread->SignalWorkDone.connect(this, &OwnerThread::OnWorkDone); in Run()130 RTC_DISALLOW_COPY_AND_ASSIGN(OwnerThread);138 scoped_ptr<OwnerThread> owner(new OwnerThread(this)); in TEST_F()