KThreadLocalPage: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 17: | Line 17: | ||
| KProcess* | | KProcess* | ||
| Owner process | | Owner process | ||
|- | |||
| 0x8 | |||
| u32 | |||
| Number of threads owned by the process | |||
|} | |} | ||
Revision as of 03:56, 15 November 2014
Size : 0x18 bytes
| Offset | Type | Description |
|---|---|---|
| 0x0 | u32 | Pointer to memory page used for thread local regions for threads owned by a given process |
| 0x4 | KProcess* | Owner process |
| 0x8 | u32 | Number of threads owned by the process |