From adbedd10cfe5259018b1682d903ab40f6005b3f0 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 15 Apr 2016 21:18:26 +0200 Subject: score: Introduce _Thread_queue_Flush_critical() Replace _Thread_queue_Flush() with _Thread_queue_Flush_critical() and add a filter function for customization of the thread queue flush operation. Update #2555. --- cpukit/score/src/coremsgflush.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/src/coremsgflush.c') diff --git a/cpukit/score/src/coremsgflush.c b/cpukit/score/src/coremsgflush.c index f67dcf28eb..38f26b7b87 100644 --- a/cpukit/score/src/coremsgflush.c +++ b/cpukit/score/src/coremsgflush.c @@ -41,7 +41,7 @@ uint32_t _CORE_message_queue_Flush( * * (1) The thread queue of pending senders is a logical extension * of the pending message queue. In this case, it should be - * flushed using the _Thread_queue_Flush() service with a status + * flushed using the _Thread_queue_Flush_critical() service with a status * such as CORE_MESSAGE_QUEUE_SENDER_FLUSHED (which currently does * not exist). This can be implemented without changing the "big-O" * of the message flushing part of the routine. -- cgit v1.2.3