System.TThreadAttr

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

  TThreadAttr = pthread_attr_t;
  PThreadAttr = ^TThreadAttr;

プロパティ

種類 可視性 ソース ユニット
struct public System.pas System System

説明

pthread_attr_t のエイリアスです。

メモ: TThreadAttr は POSIX 用に定義されたものです。

関連項目