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;
);
True: (
  align : clong;
);
end

Description

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

results matching ""

    No results matching ""