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.10.0~39 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=a0307b90e502a48cc73ca936bce0792f5566ba64;hp=a0307b90e502a48cc73ca936bce0792f5566ba64 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 ---