summaryrefslogtreecommitdiffstats
path: root/spec/rtems/ratemon/glossary/job.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/ratemon/glossary/job.yml')
-rw-r--r--spec/rtems/ratemon/glossary/job.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/spec/rtems/ratemon/glossary/job.yml b/spec/rtems/ratemon/glossary/job.yml
new file mode 100644
index 00000000..cdff78f6
--- /dev/null
+++ b/spec/rtems/ratemon/glossary/job.yml
@@ -0,0 +1,17 @@
+SPDX-License-Identifier: CC-BY-SA-4.0
+copyrights:
+- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: true
+glossary-type: term
+links:
+- role: glossary-member
+ uid: /glossary-requirements
+term: job
+text: |
+ A job denotes the code which the ${../glossary/ownertask:/term} executes
+ between two successive calls to ${../if/period:/name} (excluding those using
+ ${../if/period-status-define:/name}). A job starts when the first
+ of these two ${../if/period:/name} calls returns. A job ends with the next
+ call to ${../if/period:/name} or a call to ${../if/cancel:/name} or
+ ${../if/delete:/name}.
+type: glossary