Searched refs:eventInjectThread_ (Results 1 – 2 of 2) sorted by relevance
51 if (eventInjectThread_.joinable()) { in ~DistributedInputNodeManager()52 eventInjectThread_.join(); in ~DistributedInputNodeManager()466 eventInjectThread_ = std::thread([this]() { this->InjectEvent(); }); in StartInjectThread()478 if (eventInjectThread_.joinable()) { in StopInjectThread()479 eventInjectThread_.join(); in StopInjectThread()
123 std::thread eventInjectThread_; variable