Searched refs:__vdso_gettc_low (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/lib/libc/amd64/sys/
H A D__vdso_gettc.c37 __vdso_gettc_low(const struct vdso_timehands *th) function
51 return (th->th_x86_shift > 0 ? __vdso_gettc_low(th) : rdtsc32());
/freebsd-10.1-release/lib/libc/i386/sys/
H A D__vdso_gettc.c37 __vdso_gettc_low(const struct vdso_timehands *th) function
51 return (th->th_x86_shift > 0 ? __vdso_gettc_low(th) : rdtsc32());

Completed in 163 milliseconds