_pthread_fastlock
Fast lock (mutex) type (opaque).
Declaration
Source position: ptypes.inc line 264
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.