added thread queue for list of threads waiting to join.

This commit is contained in:
Joel Sherrill
1996-06-03 22:07:14 +00:00
parent 742b399c66
commit 552a345d97
3 changed files with 6 additions and 0 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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