summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-06-03 22:07:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-06-03 22:07:14 +0000
commit552a345d97e54fc6fe378188151dc36141db2a73 (patch)
tree007a0fd005e4ed088c44f8b7d2ca29a86eb51194 /cpukit/posix/include/rtems/posix
parentadded priority ceiling support (diff)
downloadrtems-552a345d97e54fc6fe378188151dc36141db2a73.tar.bz2
added thread queue for list of threads waiting to join.
Diffstat (limited to 'cpukit/posix/include/rtems/posix')
-rw-r--r--cpukit/posix/include/rtems/posix/threadsup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/posix/include/rtems/posix/threadsup.h b/cpukit/posix/include/rtems/posix/threadsup.h
index 23f33be5d5..0adb85fba4 100644
--- a/cpukit/posix/include/rtems/posix/threadsup.h
+++ b/cpukit/posix/include/rtems/posix/threadsup.h
@@ -7,10 +7,12 @@
#define __RTEMS_POSIX_THREAD_SUPPORT_h
#include <rtems/score/coresem.h>
+#include <rtems/score/tqdata.h>
typedef struct {
pthread_attr_t Attributes;
int detachstate;
+ Thread_queue_Control Join_List;
#if 0
/*
* POSIX Interrupts