| [Overview][Constants][Types][Index] | 
Thread mutex type (opaque).
Source position: ptypes.inc line 259
| type pthread_mutex_t = record | ||
| __m_reserved: cint; | 
 | ? | 
| __m_count: cint; | 
 | ? | 
| __m_owner: pointer; | 
 | ? | 
| __m_kind: cint; | 
 | ? | 
| __m_lock: _pthread_fastlock; | 
 | ? | 
| end; | 
_pthread_mutex_t describes a thread mutex. It should be considered an opaque record, the names of the fields can change anytime.