forked from Imagelibrary/rtems
score: Delete unused Thread_queue_Timeout_callout
This commit is contained in:
@@ -39,15 +39,6 @@ typedef void ( *Thread_queue_Flush_callout )(
|
|||||||
Thread_Control *
|
Thread_Control *
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
|
||||||
* The following type defines the callout used for timeout processing
|
|
||||||
* methods.
|
|
||||||
*/
|
|
||||||
typedef void ( *Thread_queue_Timeout_callout )(
|
|
||||||
Objects_Id,
|
|
||||||
void *
|
|
||||||
);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Gets a pointer to a thread waiting on the_thread_queue.
|
* @brief Gets a pointer to a thread waiting on the_thread_queue.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user