help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



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

TUcontext

Context description record

Declaration

Source position: sighndh.inc line 65

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.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505