Changes

Jump to navigation Jump to search
79 bytes added ,  02:07, 8 December 2016
m
no edit summary
Line 159: Line 159:  
|-
 
|-
 
| 0xA0
 
| 0xA0
| KThreadLinkedList
+
| KThreadLinkedListNode
 
| Previous and next scheduled threads
 
| Previous and next scheduled threads
 
|-
 
|-
Line 171: Line 171:  
|}
 
|}
   −
With the following declaration: <code>struct KThreadLinkedList { KThread *prev, *next; };</code>.
+
With the following declarations: <code>struct KThreadLinkedList { KThread *first, *last; };</code> and <code>struct KThreadLinkedListNode { KThread *prev, *next; };</code>.
    
=Thread Affinity Mask=
 
=Thread Affinity Mask=
516

edits

Navigation menu