Unit 'unixtype' Package
[Overview][Constants][Types][Index] [#rtl]

pthread_rwlockattr_t

R/W lock attributes (opaque).

Declaration

Source position: ptypes.inc line 305

type pthread_rwlockattr_t = record

  case Byte of

    0: (

        __size: array [0..__SIZEOF_PTHREAD_RWLOCKATTR_T-1] of AnsiChar;

      );

    1: (

        __align: 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.


Documentation generated on: Jul 24 2023