summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch13.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-18 18:15:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-18 18:15:01 +0000
commit7331714cf96cef835dd5bfd2ab29961cccdd1899 (patch)
tree05f93fdbf927996c6a4b4af201cd0b311d105805 /doc/posix1003.1/ch13.t
parentFirst attempt at adding constants and feature flags (diff)
downloadrtems-7331714cf96cef835dd5bfd2ab29961cccdd1899.tar.bz2
Added Constants, Feature Flags, and Macros (included in Functions).
No status information was included.
Diffstat (limited to 'doc/posix1003.1/ch13.t')
-rw-r--r--doc/posix1003.1/ch13.t16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/posix1003.1/ch13.t b/doc/posix1003.1/ch13.t
index 6e20b4bc47..2b4ef49e06 100644
--- a/doc/posix1003.1/ch13.t
+++ b/doc/posix1003.1/ch13.t
@@ -16,6 +16,12 @@ struct sched_param, Type, Implemented
@section Scheduling Policies
+@example
+SCHED_FIFO, Constant,
+SCHED_RR, Constant,
+SCHED_OTHER, Constant,
+@end example
+
@subsection SCHED_FIFO
@subsection SCHED_RR
@@ -66,6 +72,11 @@ sched_get_priority_rr_get_interval(), Function, Implemented
@subsection Thread Scheduling Attributes
+@example
+PTHREAD_SCOPE_PROCESS, Constant,
+PTHREAD_SCOPE_SYSTEM, Constant,
+@end example
+
@subsection Scheduling Contention Scope
@subsection Scheduling Allocation Domain
@@ -85,6 +96,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,
@end example
@subsection Dynamic Thread Scheduling Parameters Access
@@ -103,6 +116,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,
@end example
@subsection Change the Priority Ceiling of a Mutex