The parameters in this section are used to configure resources
for the RTEMS POSIX API. They are only relevant if the POSIX API
is enabled at configure time using the --enable-posix
option.
CONFIGURE_MAXIMUM_POSIX_THREADS
is the maximum number of
POSIX API threads that can be concurrently active.
The default is 0.
CONFIGURE_MAXIMUM_POSIX_MUTEXES
is the maximum number of
POSIX API mutexes that can be concurrently active.
The default is 0.
CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES
is the maximum number of
POSIX API condition variables that can be concurrently active.
The default is 0.
CONFIGURE_MAXIMUM_POSIX_KEYS
is the maximum number of
POSIX API keys that can be concurrently active.
The default is 0.
CONFIGURE_MAXIMUM_POSIX_TIMERS
is the maximum number of
POSIX API timers that can be concurrently active.
The default is 0.
CONFIGURE_MAXIMUM_POSIX_QUEUED_SIGNALS
is the maximum number of
POSIX API queued signals that can be concurrently active.
The default is 0.
CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUES
is the maximum number of
POSIX API message queues that can be concurrently active.
The default is 0.
CONFIGURE_MAXIMUM_POSIX_SEMAPHORES
is the maximum number of
POSIX API semaphores that can be concurrently active.
The default is 0.
Copyright © 1988-2008 OAR Corporation