From 66627544cda61a6ec259d0e0590943ad2fc7f285 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 29 Jul 2011 19:50:22 +0000 Subject: 2011-07-29 Joel Sherrill 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. --- doc/user/conf.t | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'doc/user/conf.t') 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 -- cgit v1.2.3