From 9a448aabe65f2b85c7721098a3f68f0a99a6728b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 23 Dec 2016 16:02:07 +0100 Subject: score: Add STATES_THREAD_QUEUE_WITH_IDENTIFIER Add thread state bit to identify thread queues that are embedded in an object with identifier. --- cpukit/score/src/condition.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/src/condition.c') diff --git a/cpukit/score/src/condition.c b/cpukit/score/src/condition.c index cf929144b3..3c3a01141c 100644 --- a/cpukit/score/src/condition.c +++ b/cpukit/score/src/condition.c @@ -111,7 +111,7 @@ static Thread_Control *_Condition_Do_wait( executing = _Condition_Queue_acquire_critical( condition, &context->Base ); _Thread_queue_Context_set_thread_state( &context->Base, - STATES_WAITING_FOR_SYS_LOCK_CONDITION + STATES_WAITING_FOR_CONDITION_VARIABLE ); _Thread_queue_Context_set_enqueue_callout( &context->Base, -- cgit v1.2.3