System.pthread_attr_t

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  pthread_attr_t = record
    __detachstate,
    __schedpolicy: Integer;
    __schedparam: TSchedParam;
    __inheritsched,
    __scope: Integer;
    __guardsize: TSize_T;
    __stackaddr_set: Integer;
    __stackaddr: Pointer;
    __stacksize: TSize_T;
  end;

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.