kernel: update KProcess
This commit is contained in:
parent
d0ab5211a1
commit
62e106dbe8
39 changed files with 2004 additions and 1209 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue