From 24bb38acb816236d23ba5b30ac088c09b648d720 Mon Sep 17 00:00:00 2001 From: Jaydeep Patel Date: Wed, 17 Apr 2024 12:28:27 +0000 Subject: [PATCH] SWDEV-455346 - End wait if HostcallListener terminates. Change-Id: I21ec8eadb189147c579ec65acf68de40d604686b [ROCm/clr commit: 8942939fac1af3e3b4fb96c01bb2f42ad5d4668a] --- projects/clr/rocclr/device/devhostcall.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/rocclr/device/devhostcall.cpp b/projects/clr/rocclr/device/devhostcall.cpp index 9a0fb9629b..147d612536 100644 --- a/projects/clr/rocclr/device/devhostcall.cpp +++ b/projects/clr/rocclr/device/devhostcall.cpp @@ -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