summaryrefslogtreecommitdiffstats
path: root/spec/rtems/task/req
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-11-18 08:32:12 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-11-19 08:22:34 +0100
commitf95aef7582f0c3b3ae28b3d621d4828703c3ca3d (patch)
tree589c503043dff4eee9f764b1215352ec2565540e /spec/rtems/task/req
parentspec: Specify scheduler language bindings (diff)
downloadrtems-central-f95aef7582f0c3b3ae28b3d621d4828703c3ca3d.tar.bz2
spec: Specify RTEMS_SELF
Diffstat (limited to 'spec/rtems/task/req')
-rw-r--r--spec/rtems/task/req/self-define.yml43
1 files changed, 43 insertions, 0 deletions
diff --git a/spec/rtems/task/req/self-define.yml b/spec/rtems/task/req/self-define.yml
new file mode 100644
index 00000000..c3f8a37c
--- /dev/null
+++ b/spec/rtems/task/req/self-define.yml
@@ -0,0 +1,43 @@
+SPDX-License-Identifier: CC-BY-SA-4.0
+copyrights:
+- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: true
+links:
+- role: interface-function
+ uid: ../if/self-define
+- role: interface-function
+ uid: ../if/delete
+- role: interface-function
+ uid: ../if/get-affinity
+- role: interface-function
+ uid: ../if/get-priority
+- role: interface-function
+ uid: ../if/get-scheduler
+- role: interface-function
+ uid: ../if/is-suspended
+- role: interface-function
+ uid: ../if/restart
+- role: interface-function
+ uid: ../if/resume
+- role: interface-function
+ uid: ../if/set-affinity
+- role: interface-function
+ uid: ../if/set-priority
+- role: interface-function
+ uid: ../if/set-scheduler
+- role: interface-function
+ uid: ../if/suspend
+- role: interface-function
+ uid: ../../event/if/send
+- role: interface-function
+ uid: ../../event/if/system-send
+- role: interface-function
+ uid: ../../signal/if/send
+functional-type: function
+rationale: null
+references: []
+requirement-type: functional
+text: |
+ While the ${../if/self-define:/name} constant is used as a task identifier
+ parameter in a directive call, it shall be associated with the calling task.
+type: requirement