From 232147ddc12d45ff7872f72a790077c26fe5ca0a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 13 May 2016 07:04:13 +0200 Subject: score: Add _Thread_Join() and _Thread_Cancel() Split _Thread_Close() into _Thread_Join() and _Thread_Cancel() to prepare for a re-use in pthread_join() and pthread_cancel(). Update #2555. Update #2626. --- cpukit/score/include/rtems/score/thread.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'cpukit/score/include/rtems/score/thread.h') diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h index d69967bde8..9b35b85f91 100644 --- a/cpukit/score/include/rtems/score/thread.h +++ b/cpukit/score/include/rtems/score/thread.h @@ -543,15 +543,6 @@ typedef struct { * @brief The current thread life state. */ Thread_Life_state state; - - /** - * @brief The terminator thread of this thread. - * - * In case the thread is terminated and another thread (the terminator) waits - * for the actual termination completion, then this field references the - * terminator thread. - */ - Thread_Control *terminator; } Thread_Life_control; #if defined(RTEMS_SMP) -- cgit v1.2.3