The default settings will cause Thread Lock Checker to search for the following types:
Standard Library
std::unique_lock<std::mutex>
std::unique_guard<std::mutex>
MFC
CSingleLock
CMultiLock.
Qt
QMutexLocker
QReadLocker
QWriteLocker
ACE
ACE_Guard<ACE_Lock>
ACE_Guard<ACE_Adaptive_Lock>
ACE_Guard<ACE_Mutex>
MSJ/MSDN
COptexSingleLock
Software Verify
stubSingleLock
stubMultiLock
What if I've got my own lock types I need to check for?
If you've got your own lock types you can specify these using the settings dialog or the command line.