summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch13.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-02 20:02:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-02 20:02:27 +0000
commit180ca024614581a986f7d89fb9d1c7c03b891188 (patch)
treeeb0d9f01c3bed16599fc6d76819ffbab387a222a /doc/posix1003.1/ch13.t
parentMake sure OAR logo is accessible (diff)
downloadrtems-180ca024614581a986f7d89fb9d1c7c03b891188.tar.bz2
Added constants through ch13
Diffstat (limited to '')
-rw-r--r--doc/posix1003.1/ch13.t22
1 files changed, 12 insertions, 10 deletions
diff --git a/doc/posix1003.1/ch13.t b/doc/posix1003.1/ch13.t
index 2b4ef49e06..398db8e2f4 100644
--- a/doc/posix1003.1/ch13.t
+++ b/doc/posix1003.1/ch13.t
@@ -17,11 +17,13 @@ struct sched_param, Type, Implemented
@section Scheduling Policies
@example
-SCHED_FIFO, Constant,
-SCHED_RR, Constant,
-SCHED_OTHER, Constant,
+SCHED_FIFO, Constant, Implemented
+SCHED_RR, Constant, Implemented
+SCHED_OTHER, Constant, Implemented
@end example
+NOTE: RTEMS adds SCHED_SPORADIC.
+
@subsection SCHED_FIFO
@subsection SCHED_RR
@@ -73,8 +75,8 @@ sched_get_priority_rr_get_interval(), Function, Implemented
@subsection Thread Scheduling Attributes
@example
-PTHREAD_SCOPE_PROCESS, Constant,
-PTHREAD_SCOPE_SYSTEM, Constant,
+PTHREAD_SCOPE_PROCESS, Constant, Implemented
+PTHREAD_SCOPE_SYSTEM, Constant, Implemented
@end example
@subsection Scheduling Contention Scope
@@ -96,8 +98,8 @@ pthread_attr_setschedpolicy(), Function, Implemented
pthread_attr_getschedpolicy(), Function, Implemented
pthread_attr_setschedparam(), Function, Implemented
pthread_attr_getschedparam(), Function, Implemented
-PTHREAD_INHERIT_SCHED, Constant,
-PTHREAD_EXPLICIT_SCHED, Constant,
+PTHREAD_INHERIT_SCHED, Constant, Implemented
+PTHREAD_EXPLICIT_SCHED, Constant, Implemented
@end example
@subsection Dynamic Thread Scheduling Parameters Access
@@ -116,9 +118,9 @@ pthread_mutexattr_setprotocol(), Function, Implemented
pthread_mutexattr_getprotocol(), Function, Implemented
pthread_mutexattr_setprioceiling(), Function, Implemented
pthread_mutexattr_getprioceiling(), Function, Implemented
-PTHREAD_PRIO_NONE, Constant,
-PTHREAD_PRIO_INHERIT, Constant,
-PTHREAD_PRIO_PROTECT, Constant,
+PTHREAD_PRIO_NONE, Constant, Implemented
+PTHREAD_PRIO_INHERIT, Constant, Implemented
+PTHREAD_PRIO_PROTECT, Constant, Implemented
@end example
@subsection Change the Priority Ceiling of a Mutex