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

sem_t

Semaphore type. (opaque).

Declaration

Source position: ptypes.inc line 315

type sem_t = record

  case Byte of

    0: (

        __size: array [0..__SIZEOF_SEM_T-1] of AnsiChar;

      );

    1: (

        __align: clonglong;

      );

end;

Description

sem_t describes a thread semaphore. It should be considered an opaque record, the names of the fields can change anytime.


Documentation generated on: Jan 30 2024