service_thread: register service threads to the logical owner process
This commit is contained in:
parent
85527cc7c7
commit
e6fe40428c
5 changed files with 39 additions and 20 deletions
|
@ -236,7 +236,7 @@ public:
|
|||
void RegisterCoreThread(std::size_t core_id);
|
||||
|
||||
/// Register the current thread as a non CPU core thread.
|
||||
void RegisterHostThread();
|
||||
void RegisterHostThread(KThread* existing_thread = nullptr);
|
||||
|
||||
/// Gets the virtual memory manager for the kernel.
|
||||
KMemoryManager& MemoryManager();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue