Home
last modified time | relevance | path

Searched refs:proc_thread (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/ipc_server/
H A DMessageParser.cpp44 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()
H A DMessageParser.hpp100 std::shared_ptr<std::thread> proc_thread; member in RkMSG::MessageParser