This defines the internal implementation support for POSIX semaphores.
◆ POSIX_SEMAPHORE_INFORMATION_DEFINE
#define POSIX_SEMAPHORE_INFORMATION_DEFINE |
( |
|
max | ) |
|
Value: _POSIX_Semaphore, \
OBJECTS_POSIX_API, \
OBJECTS_POSIX_SEMAPHORES, \
max, \
_POSIX_PATH_MAX, \
)
Definition: semaphore.h:44
#define OBJECTS_INFORMATION_DEFINE(name, api, cls, type, max, nl, ex)
Statically initializes an objects information.
Definition: objectdata.h:333
#define NULL
Requests a GPIO pin group configuration.
Definition: bestcomm_api.h:77
Macro to define the objects information for the POSIX Semaphore objects.
This macro should only be used by <rtems/confdefs.h>.
- Parameters
-
max | The configured object maximum (the OBJECTS_UNLIMITED_OBJECTS flag may be set). |