Difference between revisions of "Thread Local Storage"
Jump to navigation
Jump to search
(Created page with "Each thread is given a 0x200-byte thread-local-storage block by the kernel. It is used during IPC communications. {| class="wikitable" border="1" |- ! ...") |
(No difference)
|
Revision as of 22:30, 3 September 2014
Each thread is given a 0x200-byte thread-local-storage block by the kernel. It is used during IPC communications.
Offset | Size | Description |
---|---|---|
0 | 0x80 | Undefined, can be used by application for any purpose. |
0x80 | 0x100 | IPC command with parameters |
0x180 | 0x80 | IPC static buffers |