[rtems-central commit] spec: Generalize may preempt constraints

Sebastian Huber sebh at rtems.org
Wed Apr 28 07:04:36 UTC 2021


Module:    rtems-central
Branch:    master
Commit:    e406433f43a28c1b2dceaa7b9ded0c63b7bbdd86
Changeset: http://git.rtems.org/rtems-central/commit/?id=e406433f43a28c1b2dceaa7b9ded0c63b7bbdd86

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Apr 26 15:08:07 2021 +0200

spec: Generalize may preempt constraints

---

 spec/constraint/priority-may-preempt.yml | 4 ++--
 spec/constraint/unblock-may-preempt.yml  | 3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/spec/constraint/priority-may-preempt.yml b/spec/constraint/priority-may-preempt.yml
index 317181f..271ee05 100644
--- a/spec/constraint/priority-may-preempt.yml
+++ b/spec/constraint/priority-may-preempt.yml
@@ -6,6 +6,6 @@ links: []
 rationale: null
 scope: user
 text: |
-  The directive may change the priority of another task which may preempt the
-  calling task.
+  The directive may change the priority of a task.  This may cause the calling
+  task to be preempted.
 type: constraint
diff --git a/spec/constraint/unblock-may-preempt.yml b/spec/constraint/unblock-may-preempt.yml
index f6e0b4c..cb0c7b5 100644
--- a/spec/constraint/unblock-may-preempt.yml
+++ b/spec/constraint/unblock-may-preempt.yml
@@ -6,5 +6,6 @@ links: []
 rationale: null
 scope: user
 text: |
-  The directive may unblock another task which may preempt the calling task.
+  The directive may unblock a task.  This may cause the calling task to be
+  preempted.
 type: constraint



More information about the vc mailing list