| [Overview][Constants][Types][Index] | 
R/W lock attributes (opaque).
Source position: ptypes.inc line 349
| type pthread_rwlockattr_t = record | ||
| __lockkind: cint; | 
 | ? | 
| __pshared: cint; | 
 | ? | 
| end; | 
pthread_rwlockattr_t describes the attributes of a lock. It should be considered an opaque record, the names of the fields can change anytime.