source: rtems/doc/posix1003.1/ch14.t @ 5e53171d

4.104.114.84.95
Last change on this file since 5e53171d was 5e53171d, checked in by Joel Sherrill <joel.sherrill@…>, on 03/14/98 at 17:43:56

Added functions from POSIX standard.

  • Property mode set to 100644
File size: 824 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()
27clock_gettime()
28clock_getres()
29@end example
30
31@subsection Create a Per-Process Timer
32
33@example
34timer_create()
35@end example
36
37@subsection Delete a Per-Process Timer
38
39@example
40timer_delete()
41@end example
42
43@subsection Per-Process Timers
44
45@example
46timer_settime()
47timer_gettime()
48timer_getoverrun()
49@end example
50
51@subsection High Resolution Sleep
52
53@example
54nanosleep()
55@end example
56
Note: See TracBrowser for help on using the repository browser.