Searched refs:thread_ (Results 1 – 2 of 2) sorted by relevance
79 thread_ = std::thread([this]() { ThreadRoutine(); }); in tryStartThread()80 if (!thread_.joinable()) return -1; in tryStartThread()89 if (std::this_thread::get_id() != thread_.get_id()) { in stopThread()90 thread_.join(); in stopThread()
52 std::thread thread_; variable