summaryrefslogtreecommitdiffstats
path: root/spec/rtems/sem
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/sem')
-rw-r--r--spec/rtems/sem/req/create.yml10
-rw-r--r--spec/rtems/sem/req/flush.yml4
-rw-r--r--spec/rtems/sem/req/timeout.yml4
-rw-r--r--spec/rtems/sem/val/smp.yml4
4 files changed, 11 insertions, 11 deletions
diff --git a/spec/rtems/sem/req/create.yml b/spec/rtems/sem/req/create.yml
index 307a47b2..7e033473 100644
--- a/spec/rtems/sem/req/create.yml
+++ b/spec/rtems/sem/req/create.yml
@@ -427,23 +427,23 @@ test-context:
- brief: null
description: null
member: |
- Semaphore_Variant variant;
+ Semaphore_Variant variant
- brief: null
description: null
member: |
- Semaphore_Discipline discipline;
+ Semaphore_Discipline discipline
- brief: null
description: null
member: |
- uint32_t sem_count;
+ uint32_t sem_count
- brief: null
description: null
member: |
- Thread_Control *executing;
+ Thread_Control *executing
- brief: null
description: null
member: |
- Thread_Control *owner;
+ Thread_Control *owner
- brief: null
description: null
member: |
diff --git a/spec/rtems/sem/req/flush.yml b/spec/rtems/sem/req/flush.yml
index 4194b929..4d013d46 100644
--- a/spec/rtems/sem/req/flush.yml
+++ b/spec/rtems/sem/req/flush.yml
@@ -164,7 +164,7 @@ test-action: |
);
T_rsc_success( sc );
test-brief: null
-test-cleanup:
+test-cleanup: |
rtems_status_code sc;
sc = rtems_semaphore_delete( ctx->tq_ctx.thread_queue_id );
@@ -174,7 +174,7 @@ test-context:
This member contains the thread queue test context.
description: null
member: |
- TQContext tq_ctx;
+ TQContext tq_ctx
- brief: |
This member specifies if the attribute set of the semaphore.
description: null
diff --git a/spec/rtems/sem/req/timeout.yml b/spec/rtems/sem/req/timeout.yml
index fa2d9250..5f7ca768 100644
--- a/spec/rtems/sem/req/timeout.yml
+++ b/spec/rtems/sem/req/timeout.yml
@@ -118,7 +118,7 @@ test-action: |
);
T_rsc_success( sc );
test-brief: null
-test-cleanup:
+test-cleanup: |
if ( ctx->tq_ctx.thread_queue_id != 0 ) {
rtems_status_code sc;
@@ -130,7 +130,7 @@ test-context:
This member contains the thread queue test context.
description: null
member: |
- TQContext tq_ctx;
+ TQContext tq_ctx
- brief: |
This member specifies if the attribute set of the semaphore.
description: null
diff --git a/spec/rtems/sem/val/smp.yml b/spec/rtems/sem/val/smp.yml
index cc8a887f..624350df 100644
--- a/spec/rtems/sem/val/smp.yml
+++ b/spec/rtems/sem/val/smp.yml
@@ -234,12 +234,12 @@ test-context:
This member contains the mutex identifier.
description: null
member: |
- rtems_id mutex_id;
+ rtems_id mutex_id
- brief: |
This member contains the second mutex identifier.
description: null
member: |
- rtems_id mutex_2_id;
+ rtems_id mutex_2_id
- brief: |
If this member is true, then the worker is done.
description: null