Read/Write lock type (opaque).
Source position: ptypes.inc line 295
type pthread_rwlock_t = record |
case Byte of |
0: ( |
__size: array [0..__SIZEOF_PTHREAD_RWLOCK_T-1] of AnsiChar; |
); |
1: ( |
__align: clong; |
); |
end; |
pthread_rwlock_t describes a lock. It should be considered an opaque record, the names of the fields can change anytime.