System.PThreadAttr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type PThreadAttr = ^pthread_attr_t;

Properties

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

Description

Pointer to a pthread_attr_t.

pthread_attr_t represents the attributes of a POSIX thread.

See Also