Windows C/Sleep() function during clock drift.
        Posted  
        
            by Richard Franks
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Richard Franks
        
        
        
        Published on 2010-06-15T15:29:05Z
        Indexed on 
            2010/06/15
            15:42 UTC
        
        
        Read the original article
        Hit count: 170
        
If I run something like Sleep(10000), and the system clock changes during that, will the thread still sleep for 10 seconds of wall-clock time, or less or more? I.e. does the Sleep() function convert milliseconds into hardware ticks?
© Stack Overflow or respective owner