[Overview][Constants][Types][Procedures and functions][Index] |
TLS segment descriptor
Source position: linux.pp line 246
type user_desc = record |
||
entry_number: cuint; |
|
TLS segment descriptor: Undocumented |
base_addr: cuint; |
|
TLS segment descriptor: Undocumented |
limit: cuint; |
|
TLS segment descriptor: Undocumented |
flags: cuint; |
|
TLS segment descriptor: Undocumented |
end; |
user_desc is the TLS (Thread Local Storage) segment descriptor used in the Clone call. It should not be used, as it contains highly kernel-specific data.