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

sem_t

Semaphore type. (opaque).

Declaration

Source position: ptypes.inc line 362

type sem_t = record

  __sem_lock: _pthread_fastlock;

  

?

  __sem_value: cint;

  

?

  __sem_waiting: pointer;

  

?

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: Feb 02 2025