mariadb/storage/xtradb/os
Marko Mäkelä 10ee1b95b8 Remove ut_usectime(), ut_gettimeofday()
Replace ut_usectime() with my_interval_timer(),
which is equivalent, but monotonically counting nanoseconds
instead of counting the microseconds of real time.

os_event_wait_time_low(): Use my_hrtime() instead of ut_usectime().

FIXME: Set a clock attribute on the condition variable that allows
a monotonic clock to be chosen as the time base, so that the wait
is immune to adjustments of the system clock.
2019-07-24 21:59:26 +03:00
..
os0file.cc Remove ut_usectime(), ut_gettimeofday() 2019-07-24 21:59:26 +03:00
os0proc.cc Update FSF address 2019-05-11 19:25:02 +03:00
os0stacktrace.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
os0sync.cc Remove ut_usectime(), ut_gettimeofday() 2019-07-24 21:59:26 +03:00
os0thread.cc Update FSF address 2019-05-11 19:25:02 +03:00