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/posix/src/pthread.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'cpukit/posix/src/pthread.c') diff --git a/cpukit/posix/src/pthread.c b/cpukit/posix/src/pthread.c index 2817891ac5..a3a73f117a 100644 --- a/cpukit/posix/src/pthread.c +++ b/cpukit/posix/src/pthread.c @@ -235,11 +235,7 @@ static bool _POSIX_Threads_Create_extension( _POSIX_signals_Action_handler ); - _Thread_queue_Initialize( - &api->Join_List, - THREAD_QUEUE_DISCIPLINE_FIFO, - 0 - ); + _Thread_queue_Initialize( &api->Join_List, THREAD_QUEUE_DISCIPLINE_FIFO ); _Watchdog_Initialize( &api->Sporadic_timer, -- cgit v1.2.3