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

_pthread_rwlock_t

Declaration

Source position: pthreadtypesh.inc line 60

type _pthread_rwlock_t = record

  __rw_lock: _pthread_fastlock;

  __rw_readers: LongInt;

  __rw_writer: _pthread_descr;

  __rw_read_waiting: _pthread_descr;

  __rw_write_waiting: _pthread_descr;

  __rw_kind: LongInt;

  __rw_pshared: LongInt;

end;


Documentation generated on: 2023-03-18