Searched refs:app_thread_ (Results 1 – 1 of 1) sorted by relevance
117 app_thread_ = std::thread([&](){ app_->start(); }); in app_wrapper()122 if (app_thread_.joinable()) { in ~app_wrapper()123 app_thread_.join(); in ~app_wrapper()151 std::thread app_thread_; member in app_wrapper