From 12c77ab080d675aefde78cbfc732727934de0c55 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 4 Jun 1996 16:14:55 +0000 Subject: added scheduling policy and parameter information --- c/src/exec/posix/headers/threadsup.h | 3 +++ c/src/exec/posix/include/rtems/posix/threadsup.h | 3 +++ 2 files changed, 6 insertions(+) (limited to 'c/src/exec/posix') 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 -- cgit v1.2.3