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

_pthread_fastlock

Fast lock (mutex) type (opaque).

Declaration

Source position: ptypes.inc line 160

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.