Mutex attributes type (opaque).
Source position: ptypes.inc line 262
type pthread_mutexattr_t = record |
case Byte of |
0: ( |
__size: array [0..__SIZEOF_PTHREAD_MUTEXATTR_T-1] of AnsiChar; |
); |
1: ( |
__align: 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.