summaryrefslogtreecommitdiffstats
path: root/c-user/glossary.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-09-09 16:31:59 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-10-04 10:26:38 +0200
commit0fc5c0336d0cd07b3f6c298381fc97dbee9705b0 (patch)
treec78c6a02674cda72d794dbfdfad013a616417f90 /c-user/glossary.rst
parenteng: Add memory benachmark type refinement (diff)
downloadrtems-docs-0fc5c0336d0cd07b3f6c298381fc97dbee9705b0.tar.bz2
c-user: Add application config info directives
Close #4267. Close #4269.
Diffstat (limited to 'c-user/glossary.rst')
-rw-r--r--c-user/glossary.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/c-user/glossary.rst b/c-user/glossary.rst
index dbe2e60..5ee7d6c 100644
--- a/c-user/glossary.rst
+++ b/c-user/glossary.rst
@@ -256,7 +256,7 @@ Glossary
dynamic extension sets
The dynamic extension sets are a list of :term:`user extensions`. The list
is defined by the system services used by the application and directive calls
- such as :c:func:`rtems_extension_create`. See also
+ such as :ref:`InterfaceRtemsExtensionCreate`. See also
:term:`initial extension sets`.
EARS
@@ -425,7 +425,7 @@ Glossary
The home scheduler of a :term:`task` is a :term:`scheduler` which is an
:term:`eligible scheduler` and which is assigned to the task during its
initialization or explicitly via a directive call such as
- :c:func:`rtems_task_set_scheduler`.
+ :ref:`InterfaceRtemsTaskSetScheduler`.
homogeneous
A multiprocessor computer system composed of a single type of processor.
@@ -776,8 +776,8 @@ Glossary
Each :term:`task` has exactly one real priority. The real priority is
always with respect to the :term:`home scheduler` of a task. It is defined
during task initialization. It may be changed by directives such as
- :c:func:`rtems_task_set_priority` and
- :c:func:`rtems_task_set_scheduler`. The real priority is the foundation
+ :ref:`InterfaceRtemsTaskSetPriority` and
+ :ref:`InterfaceRtemsTaskSetScheduler`. The real priority is the foundation
of the :term:`current priority`.
real-time