diff --git a/deps/libff/libff/ff-timer.c b/deps/libff/libff/ff-timer.c index 2c74beb7f..c0b301bd3 100644 --- a/deps/libff/libff/ff-timer.c +++ b/deps/libff/libff/ff-timer.c @@ -51,6 +51,9 @@ static void *timer_thread(void *opaque) - current_time)); } + pthread_mutex_unlock(&timer->mutex); + continue; + // we can be woken up merely to set a sooner wake time } else {