summaryrefslogtreecommitdiff
path: root/doc/user/conf.t
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/conf.t')
-rw-r--r--doc/user/conf.t15
1 files changed, 15 insertions, 0 deletions
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