mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
2011-07-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1864/doc * user/conf.t: Add missing documentation for CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUE_DESCRIPTORS, CONFIGURE_MAXIMUM_POSIX_BARRIERS , CONFIGURE_MAXIMUM_POSIX_SPINLOCKS, CONFIGURE_MAXIMUM_POSIX_RWLOCKS.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
2011-07-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
PR 1864/doc
|
||||
* user/conf.t: Add missing documentation for
|
||||
CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUE_DESCRIPTORS,
|
||||
CONFIGURE_MAXIMUM_POSIX_BARRIERS , CONFIGURE_MAXIMUM_POSIX_SPINLOCKS,
|
||||
CONFIGURE_MAXIMUM_POSIX_RWLOCKS.
|
||||
|
||||
2011-07-26 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
PR 1851/doc
|
||||
|
||||
@@ -719,11 +719,34 @@ The default is 0.
|
||||
POSIX API message queues that can be concurrently active.
|
||||
The default is 0.
|
||||
|
||||
@findex CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUE_DESCRIPTORS
|
||||
@item @code{CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUE_DESCRIPTORS}
|
||||
is the maximum number of POSIX API message
|
||||
queue descriptors that can be concurrently
|
||||
active. @code{CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUE_DESCRIPTORS}
|
||||
should be greater than or equal to
|
||||
@code{CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUES}. The default is 0.
|
||||
|
||||
@findex CONFIGURE_MAXIMUM_POSIX_SEMAPHORES
|
||||
@item @code{CONFIGURE_MAXIMUM_POSIX_SEMAPHORES} is the maximum number of
|
||||
POSIX API semaphores that can be concurrently active.
|
||||
The default is 0.
|
||||
|
||||
@findex CONFIGURE_MAXIMUM_POSIX_BARRIERS
|
||||
@item @code{CONFIGURE_MAXIMUM_POSIX_BARRIERS} is the maximum number of
|
||||
POSIX API barriers that can be concurrently active.
|
||||
The default is 0.
|
||||
|
||||
@findex CONFIGURE_MAXIMUM_POSIX_SPINLOCKS
|
||||
@item @code{CONFIGURE_MAXIMUM_POSIX_SPINLOCKS} is the maximum number of
|
||||
POSIX API spinlocks that can be concurrently active.
|
||||
The default is 0.
|
||||
|
||||
@findex CONFIGURE_MAXIMUM_POSIX_RWLOCKS
|
||||
@item @code{CONFIGURE_MAXIMUM_POSIX_RWLOCKS} is the maximum number of
|
||||
POSIX API read-write locks that can be concurrently active.
|
||||
The default is 0.
|
||||
|
||||
@end itemize
|
||||
|
||||
@subsection POSIX Initialization Threads Table Configuration
|
||||
|
||||
Reference in New Issue
Block a user