SWDEV-455346 - End wait if HostcallListener terminates.
Change-Id: I21ec8eadb189147c579ec65acf68de40d604686b
[ROCm/clr commit: 8942939fac]
This commit is contained in:
committed by
Jaydeepkumar Patel
parent
562f3ef098
commit
24bb38acb8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user