Disable high-res timings as it could still hang. The advantage is that we

now can use special mutexes to debug deadlocks
This commit is contained in:
gbeauche 2005-03-27 13:41:46 +00:00
parent 7dedb433fd
commit ca7a87465b

View File

@ -411,7 +411,7 @@ typedef struct timeval tm_time_t;
#endif
// High-precision timing
#if defined(HAVE_PTHREADS) && defined(HAVE_CLOCK_NANOSLEEP)
#if defined(HAVE_PTHREADS) && defined(HAVE_CLOCK_NANOSLEEP) && 0
#define PRECISE_TIMING 1
#define PRECISE_TIMING_POSIX 1
#endif