From 76eec484e599e36f7c03a59b630369be17f6f935 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 29 Jan 2021 18:45:05 +0100 Subject: score: Rename _Thread_Get_objects_information() Rename _Thread_Get_objects_information() in _Thread_Get_objects_information_by_id() to emphasize that this thread method uses an object identifier and not a thread control. --- cpukit/include/rtems/score/threadmp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/include/rtems/score/threadmp.h') diff --git a/cpukit/include/rtems/score/threadmp.h b/cpukit/include/rtems/score/threadmp.h index ae973ef0d8..6cc68e6320 100644 --- a/cpukit/include/rtems/score/threadmp.h +++ b/cpukit/include/rtems/score/threadmp.h @@ -117,7 +117,7 @@ RTEMS_INLINE_ROUTINE bool _Thread_MP_Is_remote( Objects_Id id ) { Objects_Information *information; - information = _Thread_Get_objects_information( id ); + information = _Thread_Get_objects_information_by_id( id ); if ( information == NULL ) { return false; } -- cgit v1.2.3