Set file+line for epicsMutex
Makes the output of epicsMutexShowAll more useful wrt. libca.
This commit is contained in:
@@ -171,6 +171,7 @@ ipAddrToAsciiEngine & ipAddrToAsciiEngine::allocate ()
|
||||
}
|
||||
|
||||
ipAddrToAsciiGlobal::ipAddrToAsciiGlobal () :
|
||||
mutex(__FILE__, __LINE__),
|
||||
thread ( *this, "ipToAsciiProxy",
|
||||
epicsThreadGetStackSize(epicsThreadStackBig),
|
||||
epicsThreadPriorityLow ),
|
||||
|
||||
Reference in New Issue
Block a user