[Overview][Constants][Types][Index] |
Read/Write lock type (opaque)
Source position: ptypes.inc line 241
type pthread_rwlock_t = record |
case Boolean of |
False: ( |
_data: array [0..pthreadrwlocksize-1] of Char; |
); |
True: ( |
align: clong; |
); |
end; |
pthread_rwlock_t describes a lock. It should be considered an opaque record, the names of the fields can change anytime.