Changeset 1b20da0 in mainline for uspace/lib/posix/src/time.c
- Timestamp:
- 2018-02-28T17:52:03Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3061bc1
- Parents:
- df6ded8
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:26:03)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:52:03)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/src/time.c
rdf6ded8 r1b20da0 78 78 /** 79 79 * Converts a time value to a broken-down UTC time. 80 * 80 * 81 81 * @param timer Time to convert. 82 82 * @param result Structure to store the result to. … … 110 110 /** 111 111 * Converts a time value to a broken-down local time. 112 * 112 * 113 113 * @param timer Time to convert. 114 114 * @param result Structure to store the result to. … … 173 173 * Converts the calendar time to a string in format 174 174 * "Sun Jan 1 00:00:00 1970\n" (Obsolete) 175 * 175 * 176 176 * @param timer Time to convert. 177 177 * @param buf Buffer to store string to. Must be at least ASCTIME_BUF_LEN … … 228 228 /** 229 229 * Get time. Only CLOCK_REALTIME is supported. 230 * 230 * 231 231 * @param clock_id ID of the clock to query. 232 232 * @param tp Pointer to the variable where the time is to be written. … … 254 254 * Set time on a specified clock. As HelenOS doesn't support this yet, 255 255 * this function always fails. 256 * 256 * 257 257 * @param clock_id ID of the clock to set. 258 258 * @param tp Time to set. … … 279 279 /** 280 280 * Sleep on a specified clock. 281 * 281 * 282 282 * @param clock_id ID of the clock to sleep on (only CLOCK_REALTIME supported). 283 283 * @param flags Flags (none supported).
Note:
See TracChangeset
for help on using the changeset viewer.