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; |