upgraded locking

This commit is contained in:
Jeff Hill
2001-03-06 23:11:23 +00:00
parent 0f1ed56f07
commit e2c318b2fb
7 changed files with 159 additions and 151 deletions

View File

@@ -32,6 +32,7 @@
#include "timerPrivate.h"
tsFreeList < class timerQueuePassive, 0x8 > timerQueuePassive::freeList;
epicsMutex timerQueuePassive::freeListMutex;
epicsTimerQueuePassive::~epicsTimerQueuePassive () {}