Thread attributes record. Opaque.
Source position: ptypes.inc line 241
type pthread_attr_t = record |
case Byte of |
0: ( |
__size: array [0..__SIZEOF_PTHREAD_ATTR_T-1] of AnsiChar; |
); |
1: ( |
__align: clong; |
); |
end; |
pthread_attr_t describes the thread attributes. It should be considered an opaque record, the names of the fields can change anytime. Use the appropriate functions to set the thread attributes.