[XBDM] Cleanup Stubs

This commit is contained in:
Adrian
2025-07-21 20:17:37 +01:00
committed by Radosław Gliński
parent a717c0cd9f
commit 4702bfb94c
7 changed files with 437 additions and 74 deletions

View File

@@ -265,6 +265,7 @@ class KernelState {
void OnThreadExecute(XThread* thread);
void OnThreadExit(XThread* thread);
object_ref<XThread> GetThreadByID(uint32_t thread_id);
std::vector<uint32_t> GetAllThreadIDs();
void RegisterNotifyListener(XNotifyListener* listener);
void UnregisterNotifyListener(XNotifyListener* listener);