summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch14.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-17 16:37:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-17 16:37:57 +0000
commit3cffce87d659305ef4ab8b7225116a36be47ce75 (patch)
treeff1dc28c88f6695c557ef27d4590fa2d53d20557 /doc/posix1003.1/ch14.t
parentAdded types, status of functions, cleaned up output of summarize. (diff)
downloadrtems-3cffce87d659305ef4ab8b7225116a36be47ce75.tar.bz2
Completed first pass at function status.
Added most data types without status information.
Diffstat (limited to 'doc/posix1003.1/ch14.t')
-rw-r--r--doc/posix1003.1/ch14.t28
1 files changed, 19 insertions, 9 deletions
diff --git a/doc/posix1003.1/ch14.t b/doc/posix1003.1/ch14.t
index b50585634d..0e66df53e6 100644
--- a/doc/posix1003.1/ch14.t
+++ b/doc/posix1003.1/ch14.t
@@ -12,10 +12,20 @@
@subsection Time Value Specification Structures
+@example
+struct timespec, Type, Implemented
+struct itimerspec, Type, Implemented
+@end example
+
@subsection Timer Event Notification Control Block
@subsection Type Definitions
+@example
+clockid_t, Type, Implemented
+timerid_t, Type, Implemented
+@end example
+
@subsection Manifest Constants
@section Clock and Timer Functions
@@ -23,34 +33,34 @@
@subsection Clocks
@example
-clock_settime(), Function
-clock_gettime(), Function
-clock_getres(), Function
+clock_settime(), Function, Partial Implementation
+clock_gettime(), Function, Partial Implementation
+clock_getres(), Function, Implemented
@end example
@subsection Create a Per-Process Timer
@example
-timer_create(), Function
+timer_create(), Function, Dummy Implementation
@end example
@subsection Delete a Per-Process Timer
@example
-timer_delete(), Function
+timer_delete(), Function, Dummy Implementation
@end example
@subsection Per-Process Timers
@example
-timer_settime(), Function
-timer_gettime(), Function
-timer_getoverrun(), Function
+timer_settime(), Function, Dummy Implementation
+timer_gettime(), Function, Dummy Implementation
+timer_getoverrun(), Function, Dummy Implementation
@end example
@subsection High Resolution Sleep
@example
-nanosleep(), Function
+nanosleep(), Function, Implemented
@end example