From f5d6c8b58daf82637bbcf7edb374f65227661a0c Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 27 Apr 2015 16:25:52 +0200 Subject: score: Delete Thread_queue_Control::timeout_status Use a parameter for _Thread_queue_Enqueue() instead to reduce memory usage. --- cpukit/score/src/corerwlockobtainwrite.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/score/src/corerwlockobtainwrite.c') diff --git a/cpukit/score/src/corerwlockobtainwrite.c b/cpukit/score/src/corerwlockobtainwrite.c index 409d31aeec..76dfae2776 100644 --- a/cpukit/score/src/corerwlockobtainwrite.c +++ b/cpukit/score/src/corerwlockobtainwrite.c @@ -77,6 +77,7 @@ void _CORE_RWLock_Obtain_for_writing( executing, STATES_WAITING_FOR_RWLOCK, timeout, + CORE_RWLOCK_TIMEOUT, &lock_context ); -- cgit v1.2.3