Searched refs:host_cmd_fetcher_thread_ (Results 1 – 2 of 2) sorted by relevance
74 host_cmd_fetcher_thread_ = std::thread(fetching_cmd);82 if (host_cmd_fetcher_thread_.joinable()) { in ~TrustyConfirmationUI()83 host_cmd_fetcher_thread_.join(); in ~TrustyConfirmationUI()
107 std::thread host_cmd_fetcher_thread_; variable