Source position: semaphoreh.inc line 4
type sem_t = record
__sem_lock: _pthread_fastlock;
__sem_value: LongInt;
__sem_waiting: _pthread_descr;
end;