Changeset d7fcc1d in rtems
- Timestamp:
- 09/29/98 00:05:40 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 766ed7c
- Parents:
- 241e4c7c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/new_chapters/clock.t
r241e4c7c rd7fcc1d 19 19 @item @code{clock_settime} - 20 20 @item @code{clock_getres} - 21 @item @code{sleep} - Delay Process Execution 21 22 @item @code{nanosleep} - 22 23 @item @code{gettimeofday} - … … 26 27 @section Background 27 28 29 There is currently no text in this section. 30 28 31 @section Operations 32 33 There is currently no text in this section. 29 34 30 35 @section Directives … … 35 40 and status codes. 36 41 37 @subsection clock_gettime 42 @subsection clock_gettime - 38 43 39 44 @subheading CALLING SEQUENCE: … … 64 69 @subheading NOTES: 65 70 66 @page 67 @subsection clock_settime 71 NONE 72 73 @page 74 @subsection clock_settime - 68 75 69 76 @subheading CALLING SEQUENCE: … … 97 104 98 105 @subheading NOTES: 99 100 @page 101 @subsection clock_getres 106 107 NONE 108 109 @page 110 @subsection clock_getres - 102 111 103 112 @subheading CALLING SEQUENCE: … … 132 141 133 142 @page 134 @subsection sleep 143 @subsection sleep - Delay Process Execution 135 144 136 145 @subheading CALLING SEQUENCE: … … 150 159 @subheading DESCRIPTION: 151 160 161 The @code{sleep()} function delays the calling thread by the specified 162 number of @code{seconds}. 163 152 164 @subheading NOTES: 153 165 … … 155 167 156 168 @page 157 @subsection nanosleep 169 @subsection nanosleep - 158 170 159 171 @subheading CALLING SEQUENCE: … … 192 204 193 205 @page 194 @subsection gettimeofday 206 @subsection gettimeofday - 195 207 196 208 @subheading CALLING SEQUENCE: … … 217 229 218 230 @page 219 @subsection time 231 @subsection time - 220 232 221 233 @subheading CALLING SEQUENCE: … … 236 248 237 249 @subheading NOTES: 238 250 251 NONE 252
Note: See TracChangeset
for help on using the changeset viewer.