RTEMS POSIX API User's Guide
The sem_t structure is used to represent semaphores. It is passed as an argument to the semaphore directives and is defined as follows:
sem_t
typedef int sem_t;
Copyright © 1988-2004 OAR Corporation