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

pthread_rwlock_t

Read/Write lock type (opaque).

Declaration

Source position: ptypes.inc line 330

type pthread_rwlock_t = record

  case Boolean of

    False: (

        _data: array [0..pthreadrwlocksize-1] of char;

  

internal structure.

      );

    True: (

        align: clong;

  

Internal structure.

      );

end;

Description

pthread_rwlock_t describes a lock. It should be considered an opaque record, the names of the fields can change anytime.


Documentation generated on: Feb 02 2025