KSynchronizationObject: Difference between revisions

Neobrain (talk | contribs)
mNo edit summary
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
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
|}
|}