Changes

Jump to navigation Jump to search
8 bytes added ,  02:46, 5 December 2016
m
no edit summary
Line 1: Line 1: −
[[Category:Kernel objects]]
+
[[Category:Kernel synchronization objects]]
 
class [[KSynchronizationObject]] extends [[KAutoObject]];
 
class [[KSynchronizationObject]] extends [[KAutoObject]];
   Line 23: Line 23:  
|-
 
|-
 
| 0xC
 
| 0xC
| [[KLinkedListNode]]*
+
| KLinkedListNode*
 
| Pointer to first KLinkedListNode in node list of KThreads that sync with this object
 
| Pointer to first KLinkedListNode in node list of KThreads that sync with this object
 
|-
 
|-
 
| 0x10
 
| 0x10
| [[KLinkedListNode]]*
+
| KLinkedListNode*
 
| Pointer to last KLinkedListNode in node list of KThreads that sync with this object
 
| Pointer to last KLinkedListNode in node list of KThreads that sync with this object
 
|}
 
|}
516

edits

Navigation menu