From e655f7e4fae3e7f5f0b5738457c9d09d3cd6b773 Mon Sep 17 00:00:00 2001 From: Alex Ivanov Date: Thu, 29 Nov 2012 12:39:19 -0600 Subject: score misc: Score misc: Clean up Doxygen #5 --- cpukit/score/src/threadmp.c | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) (limited to 'cpukit/score/src/threadmp.c') diff --git a/cpukit/score/src/threadmp.c b/cpukit/score/src/threadmp.c index 426d68684f..9b85873f7d 100644 --- a/cpukit/score/src/threadmp.c +++ b/cpukit/score/src/threadmp.c @@ -1,7 +1,11 @@ -/* - * Multiprocessing Support for the Thread Handler - * +/** + * @file * + * @brief Distributed MP Support + * @ingroup ScoreThreadMP + */ + +/* * COPYRIGHT (c) 1989-2006. * On-Line Applications Research Corporation (OAR). * @@ -21,11 +25,6 @@ #include #include -/* - * _Thread_MP_Handler_initialization - * - */ - void _Thread_MP_Handler_initialization ( uint32_t maximum_proxies ) @@ -50,11 +49,6 @@ void _Thread_MP_Handler_initialization ( } -/* - * _Thread_MP_Allocate_proxy - * - */ - Thread_Control *_Thread_MP_Allocate_proxy ( States_Control the_state ) @@ -100,11 +94,6 @@ Thread_Control *_Thread_MP_Allocate_proxy ( return NULL; } -/* - * _Thread_MP_Find_proxy - * - */ - /* * The following macro provides the offset of the Active element * in the Thread_Proxy_control structure. This is the logical -- cgit v1.2.3