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_MESSAGE_QUEUE_DESCRIPTORS
is the maximum number of POSIX API message
queue descriptors that can be concurrently
active. CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUE_DESCRIPTORS
should be greater than or equal to
CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUES
. 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.
CONFIGURE_MAXIMUM_POSIX_BARRIERS
is the maximum number of
POSIX API barriers that can be concurrently active.
The default is 0.
CONFIGURE_MAXIMUM_POSIX_SPINLOCKS
is the maximum number of
POSIX API spinlocks that can be concurrently active.
The default is 0.
CONFIGURE_MAXIMUM_POSIX_RWLOCKS
is the maximum number of
POSIX API read-write locks that can be concurrently active.
The default is 0.
Copyright © 1988-2008 OAR Corporation