KThread: Difference between revisions
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
| u32 | | u32 | ||
| Reference count | | Reference count | ||
|- | |||
| 0x40 | |||
| u32 | |||
| Arbitration ??? | |||
|- | |||
| 0x48 | |||
| u32 | |||
| Arbitration ??? | |||
|- | |||
| 0x4C | |||
| u32 | |||
| Arbitration address | |||
|- | |- | ||
| 0x6C | | 0x6C | ||
Line 40: | Line 52: | ||
| 0xA0 | | 0xA0 | ||
| KThread* | | KThread* | ||
| Previous | | Previous (virtual address) | ||
|- | |- | ||
| 0xA4 | | 0xA4 | ||
| KThread* | | KThread* | ||
| Next | | Next (virtual address) | ||
|- | |||
| 0xA8 | |||
| struct { KThread* first; KThread* last; } ptr | |||
| Pointer to linked list that has stolen it, or 0 if in normal list | |||
|} | |} |