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

pthread_barrier_t

Declaration

Source position: pthrlinux.inc line 186

type pthread_barrier_t = record

  __ba_lock: _pthread_fastlock;

  __ba_required: cint;

  __ba_present: cint;

  __ba_waiting: _PTHREAD_DESCR;

end;


Documentation generated on: 2023-03-18