kernel: update KProcess

This commit is contained in:
Liam 2023-10-21 16:47:43 -04:00
parent d0ab5211a1
commit 62e106dbe8
39 changed files with 2004 additions and 1209 deletions

View file

@ -721,6 +721,7 @@ private:
// For core KThread implementation
ThreadContext32 m_thread_context_32{};
ThreadContext64 m_thread_context_64{};
Common::IntrusiveListNode m_process_list_node;
Common::IntrusiveRedBlackTreeNode m_condvar_arbiter_tree_node{};
s32 m_priority{};
using ConditionVariableThreadTreeTraits =