summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch14.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-14 17:43:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-14 17:43:56 +0000
commit5e53171dfa27fa8ab863c04e8f4a21b0fe22f088 (patch)
tree7da63c30776af0c4e0f7767085afb1a3872832ba /doc/posix1003.1/ch14.t
parentAdded functions from POSIX standard. (diff)
downloadrtems-5e53171dfa27fa8ab863c04e8f4a21b0fe22f088.tar.bz2
Added functions from POSIX standard.
Diffstat (limited to 'doc/posix1003.1/ch14.t')
-rw-r--r--doc/posix1003.1/ch14.t35
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/posix1003.1/ch14.t b/doc/posix1003.1/ch14.t
index 7153201d74..b604b80629 100644
--- a/doc/posix1003.1/ch14.t
+++ b/doc/posix1003.1/ch14.t
@@ -7,15 +7,50 @@
@c
@chapter Clocks and Timers
+
@section Data Definitions for Clocks and Timers
+
@subsection Time Value Specification Structures
+
@subsection Timer Event Notification Control Block
+
@subsection Type Definitions
+
@subsection Manifest Constants
+
@section Clock and Timer Functions
+
@subsection Clocks
+
+@example
+clock_settime()
+clock_gettime()
+clock_getres()
+@end example
+
@subsection Create a Per-Process Timer
+
+@example
+timer_create()
+@end example
+
@subsection Delete a Per-Process Timer
+
+@example
+timer_delete()
+@end example
+
@subsection Per-Process Timers
+
+@example
+timer_settime()
+timer_gettime()
+timer_getoverrun()
+@end example
+
@subsection High Resolution Sleep
+@example
+nanosleep()
+@end example
+