source: rtems/doc/posix1003.1/ch14.t @ 3cffce87

4.104.114.84.95
Last change on this file since 3cffce87 was 3cffce87, checked in by Joel Sherrill <joel.sherrill@…>, on 03/17/98 at 16:37:57

Completed first pass at function status.

Added most data types without status information.

  • Property mode set to 100644
File size: 1.2 KB
Line 
1@c
2@c  COPYRIGHT (c) 1988-1998.
3@c  On-Line Applications Research Corporation (OAR).
4@c  All rights reserved.
5@c
6@c  $Id$
7@c
8
9@chapter Clocks and Timers
10
11@section Data Definitions for Clocks and Timers
12
13@subsection Time Value Specification Structures
14
15@example
16struct timespec, Type, Implemented
17struct itimerspec, Type, Implemented
18@end example
19
20@subsection Timer Event Notification Control Block
21
22@subsection Type Definitions
23
24@example
25clockid_t, Type, Implemented
26timerid_t, Type, Implemented
27@end example
28
29@subsection Manifest Constants
30
31@section Clock and Timer Functions
32
33@subsection Clocks
34
35@example
36clock_settime(), Function, Partial Implementation
37clock_gettime(), Function, Partial Implementation
38clock_getres(), Function, Implemented
39@end example
40
41@subsection Create a Per-Process Timer
42
43@example
44timer_create(), Function, Dummy Implementation
45@end example
46
47@subsection Delete a Per-Process Timer
48
49@example
50timer_delete(), Function, Dummy Implementation
51@end example
52
53@subsection Per-Process Timers
54
55@example
56timer_settime(), Function, Dummy Implementation
57timer_gettime(), Function, Dummy Implementation
58timer_getoverrun(), Function, Dummy Implementation
59@end example
60
61@subsection High Resolution Sleep
62
63@example
64nanosleep(), Function, Implemented
65@end example
66
Note: See TracBrowser for help on using the repository browser.