From b9472eae440145042e504352472ba3a781b52f01 Mon Sep 17 00:00:00 2001 From: Fernando Sahmkow Date: Sat, 22 Feb 2020 11:13:07 -0400 Subject: System: Expose Host thread registering routines from kernel. --- src/core/core.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/core/core.h') diff --git a/src/core/core.h b/src/core/core.h index e69d68fcf..8d862a8e6 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -360,6 +360,12 @@ public: const CurrentBuildProcessID& GetCurrentProcessBuildID() const; + /// Register a host thread as an emulated CPU Core. + void RegisterCoreThread(std::size_t id); + + /// Register a host thread as an auxiliary thread. + void RegisterHostThread(); + private: System(); -- cgit v1.2.3