mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 23:33:20 +08:00
fix: Add missing methods in asyncThreadFunction
Add generateEventsAndResumeStoppedThreads() and sendInterrupts() in asyncThreadFunction(). Related-To: NEO-11014 Signed-off-by: Jitendra Sharma <jitendra.sharma@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
6ce8642625
commit
27c3a4753d
@@ -102,6 +102,8 @@ void *DebugSessionLinuxXe::asyncThreadFunction(void *arg) {
|
||||
|
||||
while (self->asyncThread.threadActive) {
|
||||
self->handleEventsAsync();
|
||||
self->generateEventsAndResumeStoppedThreads();
|
||||
self->sendInterrupts();
|
||||
}
|
||||
|
||||
PRINT_DEBUGGER_INFO_LOG("Debugger async thread closing\n", "");
|
||||
|
||||
Reference in New Issue
Block a user