summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm02/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tmtests/tm02/task1.c')
-rw-r--r--testsuites/tmtests/tm02/task1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/tmtests/tm02/task1.c b/testsuites/tmtests/tm02/task1.c
index a3c4898d10..55c4374d54 100644
--- a/testsuites/tmtests/tm02/task1.c
+++ b/testsuites/tmtests/tm02/task1.c
@@ -117,7 +117,7 @@ rtems_task High_task(
{
rtems_status_code status;
- Timer_initialize(); /* start blocking rtems_semaphore_obtain time */
+ benchmark_timerinitialize(); /* start blocking rtems_semaphore_obtain time */
status = rtems_semaphore_obtain(
Semaphore_id,
RTEMS_DEFAULT_OPTIONS,
@@ -142,7 +142,7 @@ rtems_task Low_task(
rtems_task_argument argument
)
{
- end_time = Read_timer();
+ end_time = benchmark_timerread();
put_time(
"rtems_semaphore_obtain: not available -- caller blocks",