SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause copyrights: - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de) enabled-by: true links: - role: requirement-refinement uid: perf-runtime - role: runtime-measurement-request uid: ../val/perf non-functional-type: performance-runtime params: {} rationale: null references: [] requirement-type: non-functional test-body: brief: | Release the mutex. code: | ctx->status = rtems_semaphore_release( ctx->mutex_id ); description: null test-cleanup: null test-prepare: null test-setup: brief: | Obtain the mutex. code: | ObtainMutex( ctx->mutex_id ); description: null test-teardown: brief: | Discard samples interrupted by a clock tick. code: | T_quiet_rsc_success( ctx->status ); return tic == toc; description: null text: | While the execution environment is ${.:/environment}, while the semaphore is a priority inheritance mutex, while the measurement sample is the runtime of exactly one successful call to ${../if/release:/name} which does not unblock a waiting task, when exactly ${../val/perf:/params/sample-count} samples are collected, the ${.:/limit-kind} shall be ${.:/limit-condition}. type: requirement