added scheduling policy and parameter information

This commit is contained in:
Joel Sherrill
1996-06-04 16:14:55 +00:00
parent 15974b65ea
commit 12c77ab080
3 changed files with 9 additions and 0 deletions

View File

@@ -13,6 +13,9 @@ typedef struct {
pthread_attr_t Attributes;
int detachstate;
Thread_queue_Control Join_List;
int schedpolicy;
struct sched_param Schedule;
#if 0
/*
* POSIX Interrupts

View File

@@ -13,6 +13,9 @@ typedef struct {
pthread_attr_t Attributes;
int detachstate;
Thread_queue_Control Join_List;
int schedpolicy;
struct sched_param Schedule;
#if 0
/*
* POSIX Interrupts