summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-08-08 16:51:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-08-08 16:51:14 +0000
commitf55d898c6bd685a61149d0e5b1a7e3ec3a6fb6c0 (patch)
tree8bd331239ad6525ec0a950276e9eef722d3eb132 /c
parentadded complete test cases for pthread_once. (diff)
downloadrtems-f55d898c6bd685a61149d0e5b1a7e3ec3a6fb6c0.tar.bz2
added ss_high_priority field to support sporadic server.
Diffstat (limited to 'c')
-rw-r--r--c/src/exec/posix/headers/threadsup.h1
-rw-r--r--c/src/exec/posix/include/rtems/posix/threadsup.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/c/src/exec/posix/headers/threadsup.h b/c/src/exec/posix/headers/threadsup.h
index e886fdf31f..bb800a507f 100644
--- a/c/src/exec/posix/headers/threadsup.h
+++ b/c/src/exec/posix/headers/threadsup.h
@@ -15,6 +15,7 @@ typedef struct {
Thread_queue_Control Join_List;
int schedpolicy;
struct sched_param schedparam;
+ int ss_high_priority;
Watchdog_Control Sporadic_timer;
sigset_t signals_blocked;
diff --git a/c/src/exec/posix/include/rtems/posix/threadsup.h b/c/src/exec/posix/include/rtems/posix/threadsup.h
index e886fdf31f..bb800a507f 100644
--- a/c/src/exec/posix/include/rtems/posix/threadsup.h
+++ b/c/src/exec/posix/include/rtems/posix/threadsup.h
@@ -15,6 +15,7 @@ typedef struct {
Thread_queue_Control Join_List;
int schedpolicy;
struct sched_param schedparam;
+ int ss_high_priority;
Watchdog_Control Sporadic_timer;
sigset_t signals_blocked;