You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
STYLE: Rename private and internal data members from "Lock" to "Mutex"
Replaced the word "Lock" with "Mutex", in the identifier of private and internal
member variables that are declared as `std::mutex`:
MersenneTwisterRandomVariateGenerator::m_InstanceLock
FFTWGlobalConfiguration::m_Lock
FFTWGlobalConfigurationGlobals::m_CreationLock
FEMFactoryBase::m_CreationLock
m_MetricCalculationLock (from RegistrationFunction classes)
MultiThreaderBaseGlobals::globalDefaultInitializerLock
PlatformMultiThreader::m_SpawnedThreadActiveFlagLock
ioDefaultSplitterLock
createImageIOLock
Follow-up to commit d0a8534 "ENH: using
standard library's mutex primitives", Dženan Zukić, October 31, 2018.
0 commit comments