From e3e3b871ee7f625bb65de0836490db73badce55e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 17 Jul 2020 14:40:36 +0200 Subject: libtest: Add T_busy() Update #3199. --- cpukit/include/rtems/test-info.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'cpukit/include/rtems/test-info.h') diff --git a/cpukit/include/rtems/test-info.h b/cpukit/include/rtems/test-info.h index 873b8482af..5f73e92055 100644 --- a/cpukit/include/rtems/test-info.h +++ b/cpukit/include/rtems/test-info.h @@ -305,17 +305,7 @@ void rtems_test_parallel( void rtems_test_busy_cpu_usage(time_t seconds, long nanoseconds); /** - * @brief Performs a busy loop with the specified iteration count. - * - * This function is optimized to not perform memory accesses and should have a - * small jitter. - * - * @param[in] count The iteration count. - */ -void rtems_test_busy(uint_fast32_t count); - -/** - * @brief Returns a count value for rtems_test_busy() which yields roughly a + * @brief Returns a count value for T_busy() which yields roughly a * duration of one clock tick. */ uint_fast32_t rtems_test_get_one_tick_busy_count(void); -- cgit v1.2.3