Revert "feature: Add sync host event handling on windows"

This reverts commit 1ce4d0fdf7.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2025-04-29 03:46:47 +02:00
committed by Compute-Runtime-Automation
parent 58d8c907cd
commit 23d7a4af73
10 changed files with 59 additions and 141 deletions

View File

@@ -749,7 +749,7 @@ void DebugSessionLinuxXe::handleAttentionEvent(NEO::EuDebugEventEuAttention *att
attentionEventFields.contextHandle = attention->execQueueHandle;
attentionEventFields.lrcHandle = attention->lrcHandle;
updateStoppedThreadsAndCheckTriggerEvents(attentionEventFields, 0, threadsWithAttention);
return updateStoppedThreadsAndCheckTriggerEvents(attentionEventFields, 0, threadsWithAttention);
}
int DebugSessionLinuxXe::threadControlInterruptAll() {