summaryrefslogtreecommitdiffstats
path: root/spec/acfg/opt/mpmaxproxies.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-04-20 07:26:15 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-04-21 17:37:21 +0200
commit71d8b3c08ae2baacf410abe33da475de3db644da (patch)
tree948b4b4da73ede172430cb4d6f647687461ffc12 /spec/acfg/opt/mpmaxproxies.yml
parentEnable branch coverage (diff)
downloadrtems-central-71d8b3c08ae2baacf410abe33da475de3db644da.tar.bz2
Remove Doorstop specifics
Diffstat (limited to 'spec/acfg/opt/mpmaxproxies.yml')
-rw-r--r--spec/acfg/opt/mpmaxproxies.yml29
1 files changed, 29 insertions, 0 deletions
diff --git a/spec/acfg/opt/mpmaxproxies.yml b/spec/acfg/opt/mpmaxproxies.yml
new file mode 100644
index 00000000..03714b0d
--- /dev/null
+++ b/spec/acfg/opt/mpmaxproxies.yml
@@ -0,0 +1,29 @@
+SPDX-License-Identifier: CC-BY-SA-4.0
+appl-config-option-constraint:
+ max: '``UINT32_MAX``'
+ min: 0
+appl-config-option-default-value: 32
+appl-config-option-description: |
+ The value of this configuration option defines the maximum number of
+ concurrently active thread/task proxies on this node in a multiprocessor
+ system.
+appl-config-option-index: []
+appl-config-option-name: CONFIGURE_MP_MAXIMUM_PROXIES
+appl-config-option-notes: |
+ Since a proxy is used to represent a remote task/thread which is blocking
+ on this node. This configuration parameter reflects the maximum number of
+ remote tasks/threads which can be blocked on objects on this node, see
+ :ref:`MPCIProxies`.
+
+ This configuration option is only evaluated if
+ :ref:`CONFIGURE_MP_APPLICATION` is defined.
+appl-config-option-type: integer
+copyrights:
+- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
+enabled-by: []
+interface-type: appl-config-option
+links:
+- role: null
+ uid: ../mpci
+text: ''
+type: interface