[Overview][Constants][Types][Index] |
Mutex attributes type (opaque).
Source position: ptypes.inc line 275
type pthread_mutexattr_t = record |
||
__mutexkind: cint; |
|
? |
end; |
pthread_mutexattr_t describes the attributes of a thread mutex. It should be considered an opaque record, the names of the fields can change anytime.