pthread_mutexattr_t
Mutex attributes type (opaque).
Declaration
Source position: ptypes.inc line 275
Type
pthread\_mutexattr\_t = record
\_\_mutexkind : cint;
end
Description
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.