What is the effect of changing system time on sleeping threads?
问题 If you take a look at the clock_gettime() function, which is available in all BSDs and is actually defined as part of the POSIX standard, you see that there is support for at least three types of clocks (many systems support more than these clocks, but actually the POSIX standard only demands one to be present, all others are optional): CLOCK_REALTIME - POSIX demands this to be present. This is the wall time clock. CLOCK_MONOTONIC - No idea what this is (and what SI seconds mean), but I