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

pthread_barrier_t

Declaration

Source position: pthreadtypesh.inc line 82

type pthread_barrier_t = record

  __ba_lock: _pthread_fastlock;

  __ba_required: LongInt;

  __ba_present: LongInt;

  __ba_waiting: _pthread_descr;

end;


Documentation generated on: 2023-03-18