Changes

Jump to navigation Jump to search
112 bytes added ,  09:30, 10 February 2015
Update semaphore internal linked list
Line 23: Line 23:  
|-
 
|-
 
| 0xC
 
| 0xC
| u32
+
| KLinkedListNode*
| Pointer to semaphore data node
+
| Pointer to first KLinkedListNode in list of KThreads that use this semaphore
 
|-
 
|-
 
| 0x10
 
| 0x10
| u32
+
| KLinkedListNode*
| Pointer identical to the one above
+
| Pointer to last KLinkedListNode in list of KThreads that use this semaphore
 
|-
 
|-
 
| 0x14
 
| 0x14
374

edits

Navigation menu