Changeset 6662754 in rtems
- Timestamp:
- Jul 29, 2011, 7:50:22 PM (9 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 7920a24c
- Parents:
- 5c283458
- Location:
- doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/ChangeLog
r5c283458 r6662754 1 2011-07-29 Joel Sherrill <joel.sherrilL@OARcorp.com> 2 3 PR 1864/doc 4 * user/conf.t: Add missing documentation for 5 CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUE_DESCRIPTORS, 6 CONFIGURE_MAXIMUM_POSIX_BARRIERS , CONFIGURE_MAXIMUM_POSIX_SPINLOCKS, 7 CONFIGURE_MAXIMUM_POSIX_RWLOCKS. 8 1 9 2011-07-26 Joel Sherrill <joel.sherrilL@OARcorp.com> 2 10 -
doc/user/conf.t
r5c283458 r6662754 819 819 The default is 0. 820 820 821 @findex CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUE_DESCRIPTORS 822 @item @code{CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUE_DESCRIPTORS} 823 is the maximum number of POSIX API message 824 queue descriptors that can be concurrently 825 active. @code{CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUE_DESCRIPTORS} 826 should be greater than or equal to 827 @code{CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUES}. The default is 0. 828 821 829 @findex CONFIGURE_MAXIMUM_POSIX_SEMAPHORES 822 830 @item @code{CONFIGURE_MAXIMUM_POSIX_SEMAPHORES} is the maximum number of 823 831 POSIX API semaphores that can be concurrently active. 832 The default is 0. 833 834 @findex CONFIGURE_MAXIMUM_POSIX_BARRIERS 835 @item @code{CONFIGURE_MAXIMUM_POSIX_BARRIERS} is the maximum number of 836 POSIX API barriers that can be concurrently active. 837 The default is 0. 838 839 @findex CONFIGURE_MAXIMUM_POSIX_SPINLOCKS 840 @item @code{CONFIGURE_MAXIMUM_POSIX_SPINLOCKS} is the maximum number of 841 POSIX API spinlocks that can be concurrently active. 842 The default is 0. 843 844 @findex CONFIGURE_MAXIMUM_POSIX_RWLOCKS 845 @item @code{CONFIGURE_MAXIMUM_POSIX_RWLOCKS} is the maximum number of 846 POSIX API read-write locks that can be concurrently active. 824 847 The default is 0. 825 848
Note: See TracChangeset
for help on using the changeset viewer.