38#ifndef _RTEMS_POSIX_SEMAPHORE_H
39#define _RTEMS_POSIX_SEMAPHORE_H
84#define POSIX_SEMAPHORE_INFORMATION_DEFINE( max ) \
85 OBJECTS_INFORMATION_DEFINE( \
88 OBJECTS_POSIX_SEMAPHORES, \
89 POSIX_Semaphore_Control, \
Objects_Information _POSIX_Semaphore_Information
The POSIX Semaphore objects information.
This header file provides data structures used by the implementation and the Application Configuratio...
Private Support Information for POSIX Semaphores.
Definition: objectdata.h:61
Definition: semaphore.h:63