user_desc
TLS segment descriptor
Declaration
Source position: linux.pp line 255
Type
user\_desc = record
entry\_number : cuint;
base\_addr : cuint;
limit : cuint;
flags : cuint;
end
Description
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.