Set file+line for epicsMutex
Makes the output of epicsMutexShowAll more useful wrt. libca.
This commit is contained in:
@@ -25,6 +25,7 @@ const double timerQueue :: exceptMsgMinPeriod = 60.0 * 5.0; // seconds
|
||||
epicsTimerQueue::~epicsTimerQueue () {}
|
||||
|
||||
timerQueue::timerQueue ( epicsTimerQueueNotify & notifyIn ) :
|
||||
mutex(__FILE__, __LINE__),
|
||||
notify ( notifyIn ),
|
||||
pExpireTmr ( 0 ),
|
||||
processThread ( 0 ),
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
#include "timerPrivate.h"
|
||||
|
||||
timerQueueActiveMgr::timerQueueActiveMgr ()
|
||||
:mutex(__FILE__, __LINE__)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user