System.TThreadAttr
Delphi
TThreadAttr = pthread_attr_t;
PThreadAttr = ^TThreadAttr;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
struct | public | System.pas | System | System |
説明
pthread_attr_t のエイリアスです。
メモ: TThreadAttr は POSIX 用に定義されたものです。
Delphi
TThreadAttr = pthread_attr_t;
PThreadAttr = ^TThreadAttr;
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
struct | public | System.pas | System | System |
pthread_attr_t のエイリアスです。
メモ: TThreadAttr は POSIX 用に定義されたものです。