source: rtems/doc/posix1003.1/ch14.t @ 34683fee

4.104.114.84.95
Last change on this file since 34683fee was 34683fee, checked in by Joel Sherrill <joel.sherrill@…>, on 03/16/98 at 17:08:52

Added Function field.

  • Property mode set to 100644
File size: 914 bytes
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@subsection Timer Event Notification Control Block
16
17@subsection Type Definitions
18
19@subsection Manifest Constants
20
21@section Clock and Timer Functions
22
23@subsection Clocks
24
25@example
26clock_settime(), Function
27clock_gettime(), Function
28clock_getres(), Function
29@end example
30
31@subsection Create a Per-Process Timer
32
33@example
34timer_create(), Function
35@end example
36
37@subsection Delete a Per-Process Timer
38
39@example
40timer_delete(), Function
41@end example
42
43@subsection Per-Process Timers
44
45@example
46timer_settime(), Function
47timer_gettime(), Function
48timer_getoverrun(), Function
49@end example
50
51@subsection High Resolution Sleep
52
53@example
54nanosleep(), Function
55@end example
56
Note: See TracBrowser for help on using the repository browser.