From 180ca024614581a986f7d89fb9d1c7c03b891188 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 2 Apr 1998 20:02:27 +0000 Subject: Added constants through ch13 --- doc/posix1003.1/ch13.t | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'doc/posix1003.1/ch13.t') 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 -- cgit v1.2.3