KThread: Difference between revisions
mNo edit summary |
No edit summary |
||
Line 159: | Line 159: | ||
|- | |- | ||
| 0xA0 | | 0xA0 | ||
| | | KThreadLinkedList | ||
| Previous | | Previous and next scheduled threads | ||
|- | |- | ||
| 0xA8 | | 0xA8 | ||
| | | KThreadLinkedList * | ||
| Pointer to linked list that has stolen it, or 0 if in normal list | | Pointer to linked list of scheduled threads that has stolen it, or 0 if in normal list | ||
|- | |- | ||
| 0xAC | | 0xAC | ||
Line 175: | Line 171: | ||
|} | |} | ||
With the following declaration: <code>struct KThreadLinkedList { KThread *prev, *next; };</code>. | |||
=Thread Affinity Mask= | =Thread Affinity Mask= |