summaryrefslogtreecommitdiffstats
path: root/c-user/glossary.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-02-03 11:55:29 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-02-03 11:55:29 +0100
commit90a3c414ce86abcdef261579be6570a8b559498e (patch)
tree7d007af4926265379591ad23b68ffa89b8c6e576 /c-user/glossary.rst
parentc-user: Update scheduler helping protocol (diff)
downloadrtems-docs-90a3c414ce86abcdef261579be6570a8b559498e.tar.bz2
c-user: Add TAS and TTAS terms
Diffstat (limited to 'c-user/glossary.rst')
-rw-r--r--c-user/glossary.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/c-user/glossary.rst b/c-user/glossary.rst
index aab9601..2fa7e98 100644
--- a/c-user/glossary.rst
+++ b/c-user/glossary.rst
@@ -668,6 +668,9 @@ Glossary
target
The system on which the application will ultimately execute.
+ TAS
+ An acronym for Test-And-Set.
+
task
thread
A logically complete thread of execution. It consists normally of a set
@@ -741,6 +744,9 @@ Glossary
missed. Rate Monotonic Scheduling can be used to determine if all
deadlines will be met under transient overload.
+ TTAS
+ An acronym for Test and Test-And-Set.
+
user extensions
Software routines provided by the application to enhance the
functionality of RTEMS.