System.TThreadAttr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TThreadAttr = pthread_attr_t;
  PThreadAttr = ^TThreadAttr;

Properties

Type Visibility Source Unit Parent
struct public System.pas System System

Description

Alias for pthread_attr_t

Note: TThreadAttr is defined for POSIX.

See Also