SWDEV-455346 - End wait if HostcallListener terminates.

Change-Id: I21ec8eadb189147c579ec65acf68de40d604686b


[ROCm/clr commit: 8942939fac]
此提交包含在:
Jaydeep Patel
2024-04-17 12:28:27 +00:00
提交者 Jaydeepkumar Patel
父節點 562f3ef098
當前提交 24bb38acb8
+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