summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/ratemon.h
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2017-01-13 13:54:11 -0500
committerGedare Bloom <gedare@rtems.org>2017-01-13 13:58:11 -0500
commitcb2cbecefdc124b010aa9d8714856332e3e3a759 (patch)
tree10b7d6a50e275c935348ddcf945add4b717cffa5 /cpukit/rtems/include/rtems/rtems/ratemon.h
parentsptests: EDF scheduler overrun handling (diff)
downloadrtems-cb2cbecefdc124b010aa9d8714856332e3e3a759.tar.bz2
classic: adjust names of RM postponed job functions
closes #2795
Diffstat (limited to 'cpukit/rtems/include/rtems/rtems/ratemon.h')
-rw-r--r--cpukit/rtems/include/rtems/rtems/ratemon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/ratemon.h b/cpukit/rtems/include/rtems/rtems/ratemon.h
index 2eadfc2a7c..54ddd050e7 100644
--- a/cpukit/rtems/include/rtems/rtems/ratemon.h
+++ b/cpukit/rtems/include/rtems/rtems/ratemon.h
@@ -418,7 +418,7 @@ rtems_status_code rtems_rate_monotonic_period(
);
/**
- * @brief RTEMS Return the number of postponed jobs
+ * @brief Return the number of postponed jobs
*
* This is a helper function for runtime monitoring to return
* the number of postponed jobs in this given period. This number
@@ -431,7 +431,7 @@ rtems_status_code rtems_rate_monotonic_period(
* jobs with a given period_id.
*
*/
-uint32_t rtems_rate_monotonic_postponed_num(
+uint32_t rtems_rate_monotonic_postponed_job_count(
rtems_id period_id
);