• Kenton Varda's avatar
    Use KJ clocks in condvar implementation and test. · 7910dc81
    Kenton Varda authored
    I didn't bother for posix condvars since they're kind of explicitly tied to posix clocks and it would have saved like two lines of code. But for Windows it's nice to stop using QueryPerformanceCounter() directly with the complicated math.
    7910dc81
mutex.c++ 30.2 KB