forked from xt-sys/exectos
Set process and thread information in processor control block
This commit is contained in:
@@ -445,6 +445,8 @@ typedef struct _KPROCESSOR_CONTROL_BLOCK
|
||||
ULONG MxCsr;
|
||||
UCHAR Number;
|
||||
PKTHREAD CurrentThread;
|
||||
PKTHREAD IdleThread;
|
||||
PKTHREAD NextThread;
|
||||
ULONG64 RspBase;
|
||||
ULONG_PTR SetMember;
|
||||
KPROCESSOR_STATE ProcessorState;
|
||||
|
Reference in New Issue
Block a user