Searched refs:wxMutex (Results 26 - 50 of 54) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DOtherFunctions.h417 CMutexUnlocker(wxMutex& mutex)
435 wxMutex& m_mutex;
H A DFileArea.cpp80 static wxMutex mutex;
87 wxMutex CFileAreaSigHandler::mutex;
H A DDownloadQueue.h350 mutable wxMutex m_mutex;
H A DStatTree.h48 #include <wx/thread.h> // Needed for wxMutex
265 wxMutex& GetLock() { return m_lock; }
333 wxMutex m_lock;
H A Damule.h446 wxMutex m_lock;
483 wxMutex m_lock;
H A DObservableQueue.h249 mutable wxMutex m_mutex;
H A DThreadScheduler.cpp33 static wxMutex s_lock;
H A DPlatformSpecific.cpp300 static wxMutex s_lock;
H A DHTTPDownload.cpp451 wxMutex CHTTPDownloadThread::s_allThreadsMutex;
H A DPartFileConvert.cpp69 wxMutex CPartFileConvert::s_mutex;
H A DStatistics.h138 wxMutex m_mutex;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmpthread.cpp121 // wxMutex implementation
397 wxConditionInternal(wxMutex& mutex)
434 wxMutex& m_mutex;
569 wxConditionInternal(wxMutex& mutex);
586 wxMutex& m_mutex;
592 wxConditionInternal::wxConditionInternal(wxMutex& mutex)
H A Dthread.cpp136 // wxMutex implementation
595 wxConditionInternal( wxMutex& mutex )
625 wxMutex& m_mutex;
764 wxConditionInternal( wxMutex& mutex );
782 wxMutex& m_mutex;
788 wxConditionInternal::wxConditionInternal( wxMutex& mutex )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dthread.cpp92 // wxMutex implementation
259 wxConditionInternal(wxMutex& mutex) : m_mutex(mutex)
315 wxMutex& m_mutex;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dsound.cpp45 static wxMutex gs_soundMutex;
332 wxMutex m_mutexRightToPlay;
H A Dgsocket.cpp283 static wxMutex nameLock;
318 static wxMutex addrLock;
418 static wxMutex servLock;
H A Dmediactrl.cpp37 #include "wx/thread.h" // wxMutex/wxMutexLocker
222 wxMutex m_asynclock; // See "discussion of internals"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dapp.cpp64 static wxMutex gs_idleTagsMutex;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A DWebInterface.cpp172 wxMutex m_lock;
298 wxMutex m_lock;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtthreads.tex3 Classes: \helpref{wxThread}{wxthread}, \helpref{wxMutex}{wxmutex},
H A Dthread.tex24 \helpref{wxMutex}{wxmutex}, \helpref{wxCondition}{wxcondition}, \helpref{wxCriticalSection}{wxcriticalsection}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dapp.cpp105 static wxMutex gs_idleTagsMutex;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dthread.cpp61 wxMutex* p_wxMainMutex;
88 // wxMutex implementation
153 wxFAIL_MSG(wxT("impossible return value in wxMutex::Lock"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dstrconv.cpp1621 wxMutex m_iconvMutex;
2923 mutable wxMutex m_MB2WC_guard;
2924 mutable wxMutex m_WC2MB_guard;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp3969 MyWaitingThread( wxMutex *mutex, wxCondition *condition )
3998 wxMutex *m_mutex;
4004 wxMutex mutex;

Completed in 140 milliseconds

123