[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: mselibc.pas line 1745
type __pthread_attr_s = record |
__detachstate: LongInt; |
__schedpolicy: LongInt; |
__schedparam: __sched_param; |
__inheritsched: LongInt; |
__scope: LongInt; |
__guardsize: size_t; |
__stackaddr_set: LongInt; |
__stackaddr: pointer; |
__stacksize: size_t; |
end; |