Searched refs:proc_thread (Results 1 – 2 of 2) sorted by relevance
44 if (this->proc_thread && this->proc_thread->joinable()) { in ~MessageParser()45 this->proc_thread->join(); in ~MessageParser()46 this->proc_thread.reset(); in ~MessageParser()47 this->proc_thread = nullptr; in ~MessageParser()442 proc_thread = in start()
100 std::shared_ptr<std::thread> proc_thread; member in RkMSG::MessageParser