Unit 'libc' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#libc]

sem_t

Declaration

Source position: semaphoreh.inc line 4

type sem_t = record

  __sem_lock: _pthread_fastlock;

  __sem_value: LongInt;

  __sem_waiting: _pthread_descr;

end;


Documentation generated on: 2023-03-18