KMutex: Difference between revisions

mNo edit summary
No edit summary
 
Line 31: Line 31:
|-
|-
| 0x14
| 0x14
| [[KSchedulableInterruptEvent|KMutexInterruptEvent]]
| KMutexLinkedListNode
| Interrupt event
| Previous and next mutexes
|-
|-
| 0x1C
| 0x1C
Line 51: Line 51:
|-
|-
|}
|}
With the following declarations: <code>struct KMutexLinkedList { KMutex *first, *last; };</code> and <code>struct KMutexLinkedListNode { KMutex *prev, *next; };</code>.