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/statesimpl.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpukit/score/include/rtems/score/statesimpl.h') diff --git a/cpukit/score/include/rtems/score/statesimpl.h b/cpukit/score/include/rtems/score/statesimpl.h index f3c2293b96..8aebba068e 100644 --- a/cpukit/score/include/rtems/score/statesimpl.h +++ b/cpukit/score/include/rtems/score/statesimpl.h @@ -76,8 +76,6 @@ extern "C" { #define STATES_WAITING_FOR_SYSTEM_EVENT 0x40000 /** This macro corresponds to a task waiting for BSD wakeup. */ #define STATES_WAITING_FOR_BSD_WAKEUP 0x80000 -/** This macro corresponds to a task waiting for a task termination. */ -#define STATES_WAITING_FOR_TERMINATION 0x100000 /** This macro corresponds to a task being a zombie. */ #define STATES_ZOMBIE 0x200000 /** This macro corresponds to a task restarting. */ -- cgit v1.2.3