[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'mselibc' (#msegui)

__pthread_attr_s

Declaration

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;


Documentation generated on: 2021-05-13