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

_pthread_fastlock

Fast lock (mutex) type (opaque).

Declaration

Source position: ptypes.inc line 251

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.


Documentation generated on: Jul 24 2023