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

TUcontext

Context description record

Declaration

Source position: sighndh.inc line 96

type TUcontext = record

  uc_flags: Cardinal;

  

Flags describing the context

  uc_link: Pucontext;

  

Context that will be resumed when current context ends

  uc_stack: tsigaltstack;

  

Stack used by this context

  uc_mcontext: TSigContext;

  

Machine specific context representation of the context

  uc_sigmask: tsigset;

  

Bitmask of masked signals in this context

end;

Description

This structure is used to describe the user context in a program or thread. It is not used in this unit, but is provided for completeness.


Documentation generated on: May 14 2021