Searched refs:producerThread_ (Results 1 – 2 of 2) sorted by relevance
62 std::thread producerThread_; variable
75 producerThread_ = std::thread([this]() { this->LooperSnapShot(); }); in Start()101 producerThread_.join(); in Stop()