From: Mathieu Desnoyers Date: Wed, 22 Jun 2016 16:32:34 +0000 (-0400) Subject: Fix: use clock_get_time for caa_get_cycles fallback on MacOSX X-Git-Tag: v0.9.3~14 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;ds=sidebyside;h=28d4495eeefb8d7d169f34af6497d84089b77be8;hp=28d4495eeefb8d7d169f34af6497d84089b77be8;p=userspace-rcu.git Fix: use clock_get_time for caa_get_cycles fallback on MacOSX Use clock_get_time as fallback to read time for caa_get_cycles on MacOSX. It should not matter much in practice, since x86 uses the cycle counter. Signed-off-by: Mathieu Desnoyers ---