Thread Local Storage
Revision as of 22:30, 3 September 2014 by Plutooo (talk | contribs) (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" |- ! ...")
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 |