From d4d7899bb2730dc77331db202a2473818a7ea351 Mon Sep 17 00:00:00 2001 From: Christopher Kerl Date: Wed, 28 Nov 2012 13:31:53 -0600 Subject: score misc: Clean up Doxygen #2 (GCI 2012) This patch is a task from GCI 2012 which improves the Doxygen comments in the RTEMS source. http://www.google-melange.com/gci/task/view/google/gci2012/7986213 --- cpukit/score/src/threadqextractfifo.c | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) (limited to 'cpukit/score/src/threadqextractfifo.c') diff --git a/cpukit/score/src/threadqextractfifo.c b/cpukit/score/src/threadqextractfifo.c index e3e4ee431a..4dce010dc6 100644 --- a/cpukit/score/src/threadqextractfifo.c +++ b/cpukit/score/src/threadqextractfifo.c @@ -1,7 +1,12 @@ -/* - * Thread Queue Handler +/** + * @file * + * @brief Removes a Thread from a Thread Queue * + * @ingroup ScoreThreadQ + */ + +/* * COPYRIGHT (c) 1989-2008. * On-Line Applications Research Corporation (OAR). * @@ -23,22 +28,6 @@ #include #include -/* - * _Thread_queue_Extract_fifo - * - * This routine removes a specific thread from the specified threadq, - * deletes any timeout, and unblocks the thread. - * - * Input parameters: - * the_thread_queue - pointer to a threadq header - * the_thread - pointer to the thread to block - * - * Output parameters: NONE - * - * INTERRUPT LATENCY: - * EXTRACT_FIFO - */ - void _Thread_queue_Extract_fifo( Thread_queue_Control *the_thread_queue __attribute__((unused)), Thread_Control *the_thread -- cgit v1.2.3