From 1fc9ef5433ebc3bbeb8185640800dc7605dfd128 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 29 Jul 2011 19:51:49 +0000 Subject: 2011-07-29 Joel Sherrill PR 1864/doc * user/conf.t: Add missing documentation for CONFIGURE_MAXIMUM_POSIX_BARRIERS , CONFIGURE_MAXIMUM_POSIX_SPINLOCKS, CONFIGURE_MAXIMUM_POSIX_RWLOCKS. --- doc/ChangeLog | 7 +++++++ doc/user/conf.t | 15 +++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/doc/ChangeLog b/doc/ChangeLog index ad1fd255dc..2d28645069 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,10 @@ +2011-07-29 Joel Sherrill + + PR 1864/doc + * user/conf.t: Add missing documentation for + CONFIGURE_MAXIMUM_POSIX_BARRIERS , CONFIGURE_MAXIMUM_POSIX_SPINLOCKS, + CONFIGURE_MAXIMUM_POSIX_RWLOCKS. + 2011-07-26 Joel Sherrill PR 1851/doc diff --git a/doc/user/conf.t b/doc/user/conf.t index 0c46abe9e1..9c05dbdaa8 100644 --- a/doc/user/conf.t +++ b/doc/user/conf.t @@ -688,6 +688,21 @@ The default is 0. 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