Merge "Prevent PID tests from hanging."

This commit is contained in:
Brad Miller (WPI)
2015-11-28 03:11:45 -08:00
committed by Gerrit Code Review
2 changed files with 36 additions and 18 deletions

View File

@@ -28,8 +28,9 @@ class Notifier : public ErrorBase {
private:
static Notifier *timerQueueHead;
static priority_recursive_mutex queueMutex;
static priority_mutex halMutex;
static void *m_notifier;
static int refcount;
static std::atomic<int> refcount;
static void ProcessQueue(
uint32_t mask, void *params); // process the timer queue on a timer event