KThread: Difference between revisions
No edit summary |
mNo edit summary |
||
Line 159: | Line 159: | ||
|- | |- | ||
| 0xA0 | | 0xA0 | ||
| | | KThreadLinkedListNode | ||
| Previous and next scheduled threads | | Previous and next scheduled threads | ||
|- | |- | ||
Line 171: | Line 171: | ||
|} | |} | ||
With the following | 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= |