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

user_desc

TLS segment descriptor

Declaration

Source position: linux.pp line 214

type user_desc = packed record

  entry_number: cint;

  

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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.