Thread: Reduce use of Handles and move some funcs to inside the class.

This commit is contained in:
Yuri Kunde Schlesner 2014-12-22 11:07:22 -02:00
parent ba72208cd4
commit 9bf8462b96
11 changed files with 222 additions and 302 deletions

View file

@ -14,7 +14,7 @@
namespace Kernel {
Handle g_main_thread = 0;
Thread* g_main_thread = nullptr;
HandleTable g_handle_table;
u64 g_program_id = 0;