epicsAutoMutex has a new name, fixed free lists, and use c++ thread class,
and fixed dll symbol exports
This commit is contained in:
@@ -34,7 +34,7 @@ void dbServiceIOReadNotifyCache::show ( unsigned level ) const
|
||||
void dbServiceIOReadNotifyCache::callReadNotify ( struct dbAddr &addr,
|
||||
unsigned type, unsigned long count, cacReadNotify ¬ify )
|
||||
{
|
||||
epicsAutoMutex locker ( this->mutex );
|
||||
epicsGuard < epicsMutex > locker ( this->mutex );
|
||||
|
||||
unsigned long size = dbr_size_n ( type, count );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user