Searched refs:CMutexUnlocker (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DOtherFunctions.h406 * CMutexUnlocker unlocker(mutex);
413 class CMutexUnlocker class
417 CMutexUnlocker(wxMutex& mutex) function in class:CMutexUnlocker
426 ~CMutexUnlocker()
431 CMutexUnlocker(const CMutexUnlocker&);
432 CMutexUnlocker& operator=(const CMutexUnlocker&);
H A DObservable.h32 #include "OtherFunctions.h" // Needed for CMutexUnlocker
279 CMutexUnlocker unlocker(m_mutex);
294 CMutexUnlocker unlocker(m_mutex);
H A DDownloadQueue.cpp440 CMutexUnlocker unlocker(m_mutex);
515 CMutexUnlocker unlocker(m_mutex);

Completed in 85 milliseconds