Changeset 0384428 in mainline


Ignore:
Timestamp:
2006-06-13T12:03:15Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7a0c530
Parents:
f8d5b85
Message:

Doc update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/generic/time.c

    rf8d5b85 r0384428  
    6060 * them periodically. As it is impossible to read 2 values atomically, we
    6161 * use a trick: First read a seconds, then read microseconds, then
    62  * read seconds again. If a second elapsed in the meantime, read
    63  * useconds again. This provides assurance, that at least the
     62 * read seconds again. If a second elapsed in the meantime, set it to zero.
     63 * This provides assurance, that at least the
    6464 * sequence of subsequent gettimeofday calls is ordered.
    6565 */
Note: See TracChangeset for help on using the changeset viewer.