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

pthread_mutex_t

Thread mutex type (opaque).

Declaration

Source position: pmutext.inc line 35

type pthread_mutex_t = record

  case Byte of

    1: (

        __m_reserved: LongInt;

  

?

        __m_count: LongInt;

  

?

        __m_owner: pointer;

  

?

        __m_kind: LongInt;

  

?

        __m_lock: record

  

?

          __status: SizeInt;

  

?

          __spinlock: LongInt;

  

?

        end;

      );

end;

Description

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


Documentation generated on: Feb 02 2025