Unit 'unixtype' Package
[Overview][Constants][Types][Index] [#rtl]

pthread_cond_t

Thread conditional variable (opaque).

Declaration

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;

Description

pthread_cond_t describes a thread conditional variable. It should be considered an opaque record, the names of the fields can change anytime.


Documentation generated on: Jul 24 2023