summaryrefslogtreecommitdiffstats
path: root/spec/rtems/task/req
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-21 09:09:37 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-21 09:34:01 +0200
commit6ea50c8684bd7f1284e412f97571e42168f626c7 (patch)
treea1f74a97cd56bf6e0028d1ddbe997cfa9bae50ea /spec/rtems/task/req
parentspec: Fix format (diff)
downloadrtems-central-6ea50c8684bd7f1284e412f97571e42168f626c7.tar.bz2
spec: Remove superfluous ';'
Diffstat (limited to 'spec/rtems/task/req')
-rw-r--r--spec/rtems/task/req/construct.yml2
-rw-r--r--spec/rtems/task/req/delete.yml10
-rw-r--r--spec/rtems/task/req/restart.yml6
-rw-r--r--spec/rtems/task/req/set-affinity.yml2
-rw-r--r--spec/rtems/task/req/set-scheduler.yml2
-rw-r--r--spec/rtems/task/req/wake-after.yml10
-rw-r--r--spec/rtems/task/req/wake-when.yml8
7 files changed, 20 insertions, 20 deletions
diff --git a/spec/rtems/task/req/construct.yml b/spec/rtems/task/req/construct.yml
index 6ee7480a..e5e1e4ab 100644
--- a/spec/rtems/task/req/construct.yml
+++ b/spec/rtems/task/req/construct.yml
@@ -557,7 +557,7 @@ test-context:
If this member is true, then the zombie thread is ready to get killed.
description: null
member: |
- volatile bool zombie_ready;
+ volatile bool zombie_ready
- brief: |
This member contains the actual modes of the constructed task.
description: null
diff --git a/spec/rtems/task/req/delete.yml b/spec/rtems/task/req/delete.yml
index adae9793..e4560b28 100644
--- a/spec/rtems/task/req/delete.yml
+++ b/spec/rtems/task/req/delete.yml
@@ -488,7 +488,7 @@ test-context:
This member provides a jump context to resume a thread dispatch.
description: null
member: |
- jmp_buf thread_dispatch_context;
+ jmp_buf thread_dispatch_context
- brief: |
This member contains the identifier of the runner scheduler.
description: null
@@ -536,13 +536,13 @@ test-context:
${../if/delete:/name} call.
description: null
member: |
- TaskTimerInfo worker_timer_info;
+ TaskTimerInfo worker_timer_info
- brief: |
This member contains the worker thread queue at the end of the
${../if/delete:/name} call.
description: null
member: |
- const Thread_queue_Queue *worker_wait_queue;
+ const Thread_queue_Queue *worker_wait_queue
- brief: |
This member contains the worker thread life state at the end of the
${../if/delete:/name} call.
@@ -584,12 +584,12 @@ test-context:
This member contains extension calls.
description: null
member: |
- ExtensionCalls calls;
+ ExtensionCalls calls
- brief: |
This member contains extension calls after the ${../if/delete:/name} call.
description: null
member: |
- ExtensionCalls calls_after_restart;
+ ExtensionCalls calls_after_restart
- brief: |
This member contains the delete counter.
description: null
diff --git a/spec/rtems/task/req/restart.yml b/spec/rtems/task/req/restart.yml
index 7e3ae5d4..1555e29a 100644
--- a/spec/rtems/task/req/restart.yml
+++ b/spec/rtems/task/req/restart.yml
@@ -669,7 +669,7 @@ test-context:
This member provides a jump context to resume a thread dispatch.
description: null
member: |
- jmp_buf thread_dispatch_context;
+ jmp_buf thread_dispatch_context
- brief: |
This member provides the context to wrap thread queue operations.
description: null
@@ -737,12 +737,12 @@ test-context:
This member contains extension calls.
description: null
member: |
- ExtensionCalls calls;
+ ExtensionCalls calls
- brief: |
This member contains extension calls after the ${../if/restart:/name} call.
description: null
member: |
- ExtensionCalls calls_after_restart;
+ ExtensionCalls calls_after_restart
- brief: |
This member contains the actual argument passed to the entry point.
description: null
diff --git a/spec/rtems/task/req/set-affinity.yml b/spec/rtems/task/req/set-affinity.yml
index 82f80893..df07cf5f 100644
--- a/spec/rtems/task/req/set-affinity.yml
+++ b/spec/rtems/task/req/set-affinity.yml
@@ -211,7 +211,7 @@ test-context:
This member provides the scheduler operation records.
description: null
member: |
- T_scheduler_log_2 scheduler_log;
+ T_scheduler_log_2 scheduler_log
- brief: |
This member provides the object referenced by the
${../if/set-affinity:/params[2]/name} parameter.
diff --git a/spec/rtems/task/req/set-scheduler.yml b/spec/rtems/task/req/set-scheduler.yml
index f149e418..5767c119 100644
--- a/spec/rtems/task/req/set-scheduler.yml
+++ b/spec/rtems/task/req/set-scheduler.yml
@@ -503,7 +503,7 @@ test-context:
This member contains the identifier of the new scheduler.
description: null
member: |
- rtems_id new_scheduler;
+ rtems_id new_scheduler
- brief: |
This member contains the new priorities of the task.
description: null
diff --git a/spec/rtems/task/req/wake-after.yml b/spec/rtems/task/req/wake-after.yml
index ec8ffc4d..4124f4d9 100644
--- a/spec/rtems/task/req/wake-after.yml
+++ b/spec/rtems/task/req/wake-after.yml
@@ -127,29 +127,29 @@ test-context:
This member provides the scheduler operation records.
description: null
member: |
- T_scheduler_log_4 scheduler_log;
+ T_scheduler_log_4 scheduler_log
- brief: |
This member contains the ${/glossary/clock-tick:/term} value before the
${../if/wake-after:/name} call.
description: null
member: |
- uint64_t now;
+ uint64_t now
- brief: |
This member contains the worker task identifier.
description: null
member: |
- rtems_id worker_id;
+ rtems_id worker_id
- brief: |
If this member is true, then the worker shall be suspended during the
${../if/wake-after:/name} call.
description: null
member: |
- bool suspended;
+ bool suspended
- brief: |
This member contains the timer information of the worker task.
description: null
member: |
- TaskTimerInfo timer_info;
+ TaskTimerInfo timer_info
- brief: |
This member contains the return value of the ${../if/wake-after:/name}
call.
diff --git a/spec/rtems/task/req/wake-when.yml b/spec/rtems/task/req/wake-when.yml
index 91ae4709..e5c5253e 100644
--- a/spec/rtems/task/req/wake-when.yml
+++ b/spec/rtems/task/req/wake-when.yml
@@ -155,23 +155,23 @@ test-context:
This member provides the scheduler operation records.
description: null
member: |
- T_scheduler_log_4 scheduler_log;
+ T_scheduler_log_4 scheduler_log
- brief: |
This member contains the CLOCK_REALTIME value before the
${../if/wake-when:/name} call.
description: null
member: |
- struct timespec now;
+ struct timespec now
- brief: |
This member contains the worker task identifier.
description: null
member: |
- rtems_id worker_id;
+ rtems_id worker_id
- brief: |
This member contains the timer information of the worker task.
description: null
member: |
- TaskTimerInfo timer_info;
+ TaskTimerInfo timer_info
- brief: |
This member provides the object referenced by the
${../if/wake-when:/params[0]/name} parameter.