Searched refs:_capture_loop (Results 1 – 2 of 2) sorted by relevance
87 _capture_loop = new CapturePollThread (this); in PollThread()136 if (!_capture_loop->start ()) { in start()146 _capture_loop->stop (); in stop()
88 SmartPtr<CapturePollThread> _capture_loop; variable