From 40dc05e4ed2285b59e774c90f94b5db12421c9dc Mon Sep 17 00:00:00 2001 From: "Devin J. Pohly" Date: Tue, 24 May 2016 11:52:45 -0400 Subject: [PATCH] CMake: check for timed pthreads functions The macros HAVE_PTHREAD_MUTEX_TIMEDLOCK HAVE_PTHREAD_COND_TIMEDWAIT are still being used in the Pthreads threading implementation, but the CMake build system never sets them, so the timed versions aren't used. This ended up making WorkerThread heartbeats not beat.