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 |