[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'Linux' (#rtl)

user_desc

TLS segment descriptor

Declaration

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;

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.


Documentation generated on: May 14 2021