Unit 'libc' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#libc]

pthread_mutex_t

Declaration

Source position: pthreadtypesh.inc line 43

type pthread_mutex_t = record

  __m_reserved: LongInt;

  __m_count: LongInt;

  __m_owner: _pthread_descr;

  __m_kind: LongInt;

  __m_lock: _pthread_fastlock;

end;


Documentation generated on: 2023-03-18