Thread conditional variable (opaque).
Source position: ptypes.inc line 272
type pthread_cond_t = record |
case Byte of |
0: ( |
__size: array [0..__SIZEOF_PTHREAD_COND_T-1] of AnsiChar; |
); |
1: ( |
___align: clonglong; |
); |
end; |
pthread_cond_t describes a thread conditional variable. It should be considered an opaque record, the names of the fields can change anytime.