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

@@ -33,6 +33,7 @@
#include "timerPrivate.h"
tsFreeList < class timer, 0x20 > timer::freeList;
epicsMutex timer::freeListMutex;
epicsTimer::~epicsTimer () {}