System.PThreadAttr
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.
Delphi
type PThreadAttr = ^pthread_attr_t;
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| pointer | public | System.pas | System | System |
Pointer to a pthread_attr_t.
pthread_attr_t represents the attributes of a POSIX thread.