forked from Imagelibrary/rtems
added thread queue for list of threads waiting to join.
This commit is contained in:
@@ -7,10 +7,12 @@
|
|||||||
#define __RTEMS_POSIX_THREAD_SUPPORT_h
|
#define __RTEMS_POSIX_THREAD_SUPPORT_h
|
||||||
|
|
||||||
#include <rtems/score/coresem.h>
|
#include <rtems/score/coresem.h>
|
||||||
|
#include <rtems/score/tqdata.h>
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
pthread_attr_t Attributes;
|
pthread_attr_t Attributes;
|
||||||
int detachstate;
|
int detachstate;
|
||||||
|
Thread_queue_Control Join_List;
|
||||||
#if 0
|
#if 0
|
||||||
/*
|
/*
|
||||||
* POSIX Interrupts
|
* POSIX Interrupts
|
||||||
|
|||||||
@@ -7,10 +7,12 @@
|
|||||||
#define __RTEMS_POSIX_THREAD_SUPPORT_h
|
#define __RTEMS_POSIX_THREAD_SUPPORT_h
|
||||||
|
|
||||||
#include <rtems/score/coresem.h>
|
#include <rtems/score/coresem.h>
|
||||||
|
#include <rtems/score/tqdata.h>
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
pthread_attr_t Attributes;
|
pthread_attr_t Attributes;
|
||||||
int detachstate;
|
int detachstate;
|
||||||
|
Thread_queue_Control Join_List;
|
||||||
#if 0
|
#if 0
|
||||||
/*
|
/*
|
||||||
* POSIX Interrupts
|
* POSIX Interrupts
|
||||||
|
|||||||
@@ -7,10 +7,12 @@
|
|||||||
#define __RTEMS_POSIX_THREAD_SUPPORT_h
|
#define __RTEMS_POSIX_THREAD_SUPPORT_h
|
||||||
|
|
||||||
#include <rtems/score/coresem.h>
|
#include <rtems/score/coresem.h>
|
||||||
|
#include <rtems/score/tqdata.h>
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
pthread_attr_t Attributes;
|
pthread_attr_t Attributes;
|
||||||
int detachstate;
|
int detachstate;
|
||||||
|
Thread_queue_Control Join_List;
|
||||||
#if 0
|
#if 0
|
||||||
/*
|
/*
|
||||||
* POSIX Interrupts
|
* POSIX Interrupts
|
||||||
|
|||||||
Reference in New Issue
Block a user