mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-30 20:57:48 +08:00
rtems: rtems_rate_monotonic_get_status()
Mention that resetting the processor usage time of tasks has no impact on the period status and statistics. Remove no longer relevant RTEMS_NOT_DEFINED error status. Update #4528.
This commit is contained in:
@@ -445,6 +445,10 @@ rtems_status_code rtems_rate_monotonic_delete( rtems_id id );
|
||||
*
|
||||
* @retval ::RTEMS_TIMEOUT The rate monotonic period has expired.
|
||||
*
|
||||
* @par Notes
|
||||
* Resetting the processor usage time of tasks has no impact on the period
|
||||
* status and statistics.
|
||||
*
|
||||
* @par Constraints
|
||||
* @parblock
|
||||
* The following constraints apply to this directive:
|
||||
@@ -502,9 +506,6 @@ rtems_status_code rtems_rate_monotonic_period(
|
||||
*
|
||||
* @retval ::RTEMS_INVALID_ADDRESS The ``status`` parameter was NULL.
|
||||
*
|
||||
* @retval ::RTEMS_NOT_DEFINED There was no status available due to a reset of
|
||||
* the processor time usage of the owner task of the period.
|
||||
*
|
||||
* @par Constraints
|
||||
* @parblock
|
||||
* The following constraints apply to this directive:
|
||||
|
||||
Reference in New Issue
Block a user