removed Thread_queue_Get_number_waiting

This commit is contained in:
Mark Johannes
1996-08-13 20:43:51 +00:00
parent 392b35ef88
commit a66fcc57aa
6 changed files with 0 additions and 75 deletions

View File

@@ -52,22 +52,6 @@ RTEMS_INLINE_ROUTINE boolean _Thread_queue_Is_reverse_search (
return ( the_priority & TASK_QUEUE_DATA_REVERSE_SEARCH_MASK );
}
/*PAGE
*
* _Thread_queue_Get_number_waiting
*
* DESCRIPTION:
*
* This function returns the number of threads waiting on this thread queue.
*/
RTEMS_INLINE_ROUTINE unsigned32 _Thread_queue_Get_number_waiting (
Thread_queue_Control *the_thread_queue
)
{
return ( the_thread_queue->count );
}
/*PAGE
*
* _Thread_queue_Enter_critical_section

View File

@@ -52,22 +52,6 @@ RTEMS_INLINE_ROUTINE boolean _Thread_queue_Is_reverse_search (
return ( the_priority & TASK_QUEUE_DATA_REVERSE_SEARCH_MASK );
}
/*PAGE
*
* _Thread_queue_Get_number_waiting
*
* DESCRIPTION:
*
* This function returns the number of threads waiting on this thread queue.
*/
RTEMS_INLINE_ROUTINE unsigned32 _Thread_queue_Get_number_waiting (
Thread_queue_Control *the_thread_queue
)
{
return ( the_thread_queue->count );
}
/*PAGE
*
* _Thread_queue_Enter_critical_section

View File

@@ -35,15 +35,6 @@
#define _Thread_queue_Is_reverse_search( _the_priority ) \
( (_the_priority) & TASK_QUEUE_DATA_REVERSE_SEARCH_MASK )
/*PAGE
*
* _Thread_queue_Get_number_waiting
*
*/
#define _Thread_queue_Get_number_waiting( _the_thread_queue ) \
( (_the_thread_queue)->count )
/*PAGE
*
* _Thread_queue_Enter_critical_section

View File

@@ -35,15 +35,6 @@
#define _Thread_queue_Is_reverse_search( _the_priority ) \
( (_the_priority) & TASK_QUEUE_DATA_REVERSE_SEARCH_MASK )
/*PAGE
*
* _Thread_queue_Get_number_waiting
*
*/
#define _Thread_queue_Get_number_waiting( _the_thread_queue ) \
( (_the_thread_queue)->count )
/*PAGE
*
* _Thread_queue_Enter_critical_section

View File

@@ -52,22 +52,6 @@ RTEMS_INLINE_ROUTINE boolean _Thread_queue_Is_reverse_search (
return ( the_priority & TASK_QUEUE_DATA_REVERSE_SEARCH_MASK );
}
/*PAGE
*
* _Thread_queue_Get_number_waiting
*
* DESCRIPTION:
*
* This function returns the number of threads waiting on this thread queue.
*/
RTEMS_INLINE_ROUTINE unsigned32 _Thread_queue_Get_number_waiting (
Thread_queue_Control *the_thread_queue
)
{
return ( the_thread_queue->count );
}
/*PAGE
*
* _Thread_queue_Enter_critical_section

View File

@@ -35,15 +35,6 @@
#define _Thread_queue_Is_reverse_search( _the_priority ) \
( (_the_priority) & TASK_QUEUE_DATA_REVERSE_SEARCH_MASK )
/*PAGE
*
* _Thread_queue_Get_number_waiting
*
*/
#define _Thread_queue_Get_number_waiting( _the_thread_queue ) \
( (_the_thread_queue)->count )
/*PAGE
*
* _Thread_queue_Enter_critical_section