summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/regionprocessqueue.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/src/regionprocessqueue.c')
-rw-r--r--cpukit/rtems/src/regionprocessqueue.c24
1 files changed, 7 insertions, 17 deletions
diff --git a/cpukit/rtems/src/regionprocessqueue.c b/cpukit/rtems/src/regionprocessqueue.c
index 1cb50adac8..d7fc555049 100644
--- a/cpukit/rtems/src/regionprocessqueue.c
+++ b/cpukit/rtems/src/regionprocessqueue.c
@@ -1,7 +1,11 @@
-/*
- * Region Manager
- *
+/**
+ * @file
*
+ * @brief Process Region Queue
+ * @ingroup ClassicRegion
+ */
+
+/*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
@@ -24,20 +28,6 @@
#include <rtems/score/thread.h>
#include <rtems/score/apimutex.h>
-/*
- * _Region_Process_queue
- *
- * If enough memory is available to satisfy the rtems_region_get_segment of
- * the first blocked task, then that task and as many subsequent tasks as
- * possible will be unblocked with their requests satisfied.
- *
- * Input parameters:
- * the_region - the region
- *
- * Output parameters:
- * none
- */
-
void _Region_Process_queue(
Region_Control *the_region
)