Added fallback to clock() in check_threads if gethrtime doesn't exist, to avoid very frequent context switches. Put the gethrtime check behind the divisor check since gethrtime isn't entirely cheap. Rev: src/threads.c:1.163 Rev: src/threads.h:1.115