diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2019-07-24 20:02:07 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2019-07-24 21:59:26 +0300 |
commit | 10ee1b95b80ef1dc2fd3142e04f6031cc8be9e9d (patch) | |
tree | be046f8641f09bbf7ac413c8184883ff969a3d28 /storage/innobase/mem | |
parent | e764d5bc012beacc1ed26c9022829423829b621d (diff) | |
download | mariadb-git-10ee1b95b80ef1dc2fd3142e04f6031cc8be9e9d.tar.gz |
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.
Diffstat (limited to 'storage/innobase/mem')
0 files changed, 0 insertions, 0 deletions