Kernel: Difference between revisions

No edit summary
No edit summary
Line 24: Line 24:
| 0x10 || u64 || ThreadSyncNum
| 0x10 || u64 || ThreadSyncNum
|-
|-
| 0x18 || LinkedListNode* || ThreadSyncList
| 0x18 || [[#KLinkedListNode]]* || ThreadSyncList
|}
 
= KLinkedListNode =
Size: 0x10
 
{| class="wikitable" border="1"
|-
! Offset || Type || Description
|-
| 0 || [[#KLinkedListNode]]* || Prev
|-
| 8 || [[#KLinkedListNode]]* || Next
|}
|}


Line 63: Line 75:
|-
|-
| 0x100
| 0x100
| KLinkedListNode*
| [[#KLinkedListNode]]*
| TlsPagesList
| TlsPagesList
|-
|-