pthread_rwlockattr_t
R/W lock attributes (opaque).
Declaration
Source position: ptypes.inc line 346
Type
pthread\_rwlockattr\_t = record
\_\_lockkind : cint;
\_\_pshared : cint;
end
Description
pthread_rwlockattr_t describes the attributes of a lock. It should be considered an opaque record, the names of the fields can change anytime.