SWDEV-455346 - End wait if HostcallListener terminates.

Change-Id: I21ec8eadb189147c579ec65acf68de40d604686b
このコミットが含まれているのは:
Jaydeep Patel
2024-04-17 12:28:27 +00:00
committed by Jaydeepkumar Patel
コミット 8942939fac
+1 -1
ファイルの表示
@@ -334,7 +334,7 @@ void HostcallListener::terminate() {
if (!amd::Os::isThreadAlive(thread_)) {
return;
}
kHostThreadActive.state = Init::State::kExit;
doorbell_->Reset(SIGNAL_DONE);
// FIXME_lmoriche: fix termination handshake