[Overview][Constants][Types][Index] |
Thread conditional variable (opaque).
Source position: ptypes.inc line 290
type pthread_cond_t = record |
||
__c_lock: _pthread_fastlock; |
|
? |
__c_waiting: pointer; |
|
? |
__padding: array [0..48-1-sizeof(_pthread_fastlock)-sizeof(pointer)-sizeof(clonglong)] of Byte; |
|
? |
__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.