| [Overview][Constants][Types][Index] | 
Thread attributes record. Opaque.
Source position: ptypes.inc line 241
type pthread_attr_t = record  | 
||
__detachstate: cint;  | 
  | 
?  | 
__schedpolicy: cint;  | 
  | 
?  | 
__schedparam: sched_param;  | 
  | 
?  | 
__inheritsched: cint;  | 
  | 
?  | 
__scope: cint;  | 
  | 
?  | 
__guardsize: size_t;  | 
  | 
?  | 
__stackaddr_set: cint;  | 
  | 
?  | 
__stackaddr: pointer;  | 
  | 
?  | 
__stacksize: size_t;  | 
  | 
?  | 
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.