Unit 'libc' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#libc]

__pthread_attr_s

Declaration

Source position: pthreadtypesh.inc line 13

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;


Documentation generated on: 2023-03-18