summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch13.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-16 17:08:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-16 17:08:52 +0000
commit34683feee24db199707d647f8c2c19705cafed40 (patch)
treeb4edec64205b02930e48758199a07490171b1769 /doc/posix1003.1/ch13.t
parentsummarize now generates a nicely formatted function status summary. (diff)
downloadrtems-34683feee24db199707d647f8c2c19705cafed40.tar.bz2
Added Function field.
Diffstat (limited to 'doc/posix1003.1/ch13.t')
-rw-r--r--doc/posix1003.1/ch13.t48
1 files changed, 24 insertions, 24 deletions
diff --git a/doc/posix1003.1/ch13.t b/doc/posix1003.1/ch13.t
index d39321c542..b3b38ebbef 100644
--- a/doc/posix1003.1/ch13.t
+++ b/doc/posix1003.1/ch13.t
@@ -23,39 +23,39 @@
@subsection Set Scheduling Parameters
@example
-sched_setparam()
+sched_setparam(), Function
@end example
@subsection Get Scheduling Parameters
@example
-sched_getparam()
+sched_getparam(), Function
@end example
@subsection Set Scheduling Policy and Scheduling Parameters
@example
-sched_setscheduler()
+sched_setscheduler(), Function
@end example
@subsection Get Scheduling Policy
@example
-sched_getscheduler()
+sched_getscheduler(), Function
@end example
@subsection Yield Processor
@example
-sched_yield()
+sched_yield(), Function
@end example
@subsection Get Scheduling Parameter Limits
@example
-sched_get_priority_max()
-sched_get_priority_min()
-sched_get_priority_rr_get_interval()
+sched_get_priority_max(), Function
+sched_get_priority_min(), Function
+sched_get_priority_rr_get_interval(), Function
@end example
@section Thread Scheduling
@@ -73,21 +73,21 @@ sched_get_priority_rr_get_interval()
@subsection Thread Creation Scheduling Attributes
@example
-pthread_attr_setscope()
-pthread_attr_getscope()
-pthread_attr_setinheritsched()
-pthread_attr_getinheritsched()
-pthread_attr_setschedpolicy()
-pthread_attr_getschedpolicy()
-pthread_attr_setschedparam()
-pthread_attr_getschedparam()
+pthread_attr_setscope(), Function
+pthread_attr_getscope(), Function
+pthread_attr_setinheritsched(), Function
+pthread_attr_getinheritsched(), Function
+pthread_attr_setschedpolicy(), Function
+pthread_attr_getschedpolicy(), Function
+pthread_attr_setschedparam(), Function
+pthread_attr_getschedparam(), Function
@end example
@subsection Dynamic Thread Scheduling Parameters Access
@example
-pthread_setschedparam()
-pthread_getschedparam()
+pthread_setschedparam(), Function
+pthread_getschedparam(), Function
@end example
@section Synchronization Scheduling
@@ -95,16 +95,16 @@ pthread_getschedparam()
@subsection Mutex Initialization Scheduling Attributes
@example
-pthread_mutexattr_setprotocol()
-pthread_mutexattr_getprotocol()
-pthread_mutexattr_setpriceiling()
-pthread_mutexattr_getpriceiling()
+pthread_mutexattr_setprotocol(), Function
+pthread_mutexattr_getprotocol(), Function
+pthread_mutexattr_setpriceiling(), Function
+pthread_mutexattr_getpriceiling(), Function
@end example
@subsection Change the Priority Ceiling of a Mutex
@example
-pthread_mutex_setprioceiling()
-pthread_mutex_getprioceiling()
+pthread_mutex_setprioceiling(), Function
+pthread_mutex_getprioceiling(), Function
@end example