System.PThreadAttr

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

Delphi

type PThreadAttr = ^pthread_attr_t;

プロパティ

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

説明

pthread_attr_t を指すポインタです。

pthread_attr_t は POSIX スレッドの属性を表します。

関連項目