System: Expose Host thread registering routines from kernel.
This commit is contained in:
parent
d219a96cc8
commit
b9472eae44
2 changed files with 14 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue