summaryrefslogtreecommitdiffstats
path: root/doc/user/conf.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-29 19:50:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-29 19:50:22 +0000
commit66627544cda61a6ec259d0e0590943ad2fc7f285 (patch)
treee376a340a0c038674fc1499a6f33233f04669500 /doc/user/conf.t
parent2011-07-29 Jennifer Averett <Jennifer.Averett@OARcorp.com> (diff)
downloadrtems-66627544cda61a6ec259d0e0590943ad2fc7f285.tar.bz2
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.
Diffstat (limited to 'doc/user/conf.t')
-rw-r--r--doc/user/conf.t23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/user/conf.t b/doc/user/conf.t
index 5a725d2317..1bbbe56360 100644
--- a/doc/user/conf.t
+++ b/doc/user/conf.t
@@ -818,11 +818,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