[Overview][Constants][Types][Index] Reference for unit 'unixtype' (#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: May 14 2021