summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/exec/posix/headers/threadsup.h3
-rw-r--r--c/src/exec/posix/include/rtems/posix/threadsup.h3
-rw-r--r--cpukit/posix/include/rtems/posix/threadsup.h3
3 files changed, 9 insertions, 0 deletions
diff --git a/c/src/exec/posix/headers/threadsup.h b/c/src/exec/posix/headers/threadsup.h
index 0adb85fba4..ba126bbb78 100644
--- a/c/src/exec/posix/headers/threadsup.h
+++ b/c/src/exec/posix/headers/threadsup.h
@@ -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
diff --git a/c/src/exec/posix/include/rtems/posix/threadsup.h b/c/src/exec/posix/include/rtems/posix/threadsup.h
index 0adb85fba4..ba126bbb78 100644
--- a/c/src/exec/posix/include/rtems/posix/threadsup.h
+++ b/c/src/exec/posix/include/rtems/posix/threadsup.h
@@ -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
diff --git a/cpukit/posix/include/rtems/posix/threadsup.h b/cpukit/posix/include/rtems/posix/threadsup.h
index 0adb85fba4..ba126bbb78 100644
--- a/cpukit/posix/include/rtems/posix/threadsup.h
+++ b/cpukit/posix/include/rtems/posix/threadsup.h
@@ -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