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:
Joel Sherrill
2011-07-29 19:50:32 +00:00
parent c2f26f0d5e
commit 5691dc6d5d
2 changed files with 31 additions and 0 deletions

View File

@@ -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> 2011-07-26 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1851/doc PR 1851/doc

View File

@@ -719,11 +719,34 @@ The default is 0.
POSIX API message queues that can be concurrently active. POSIX API message queues that can be concurrently active.
The default is 0. 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 @findex CONFIGURE_MAXIMUM_POSIX_SEMAPHORES
@item @code{CONFIGURE_MAXIMUM_POSIX_SEMAPHORES} is the maximum number of @item @code{CONFIGURE_MAXIMUM_POSIX_SEMAPHORES} is the maximum number of
POSIX API semaphores that can be concurrently active. POSIX API semaphores that can be concurrently active.
The default is 0. 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 @end itemize
@subsection POSIX Initialization Threads Table Configuration @subsection POSIX Initialization Threads Table Configuration