Unit 'Linux' Package
[Overview][Constants][Types][Procedures and functions][Index] [#rtl]

user_desc

TLS segment descriptor.

Declaration

Source position: linux.pp line 255

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: Jul 24 2023