[Overview][Constants][Types][Index] Reference for unit 'unixtype' (#rtl)

_pthread_fastlock

Fast lock (mutex) type (opaque).

Declaration

Source position: ptypes.inc line 205

type _pthread_fastlock = record

  __status: clong;

  

?

  __spinlock: cint;

  

?

end;

Description

_pthread_fastlock describes a thread mutex. It should be considered an opaque record, the names of the fields can change anytime.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.