[Overview][Constants][Types] Reference for unit 'unixtype' (#rtl)

pthread_condattr_t

Conditional variable attributes type (opaque).

Declaration

Source position: ptypes.inc line 184

type pthread_condattr_t = record

  __dummy: cInt;

  

?

end;

Description

pthread_condattr_t describes the attributes of a thread mutex. It should be considered an opaque record, the names of the fields can change anytime.