Searched refs:circuitStartThread_ (Results 1 – 2 of 2) sorted by relevance
78 std::thread circuitStartThread_; variable
58 circuitStartThread_ = std::thread([this]() { this->CircuitStart(); }); in SetUp()59 circuitStartThread_.detach(); in SetUp()