Searched refs:wxMutex (Results 1 - 25 of 54) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dthreadno.cpp24 wxMutex::wxMutex() function in class:wxMutex
29 wxMutex::~wxMutex()
32 wxLogDebug( "wxMutex warning: destroying a locked mutex (%d locks)", m_locked );
35 wxMutexError wxMutex::Lock()
41 wxMutexError wxMutex::TryLock()
49 wxMutexError wxMutex::Unlock()
65 void wxCondition::Wait(wxMutex& WXUNUSED(mutex))
69 bool wxCondition::Wait(wxMutex
[all...]
H A Dthreadsgi.cpp46 wxMutex *wxMainMutex;
59 wxMutex::wxMutex() function in class:wxMutex
66 wxMutex::~wxMutex()
69 wxLogDebug( "wxMutex warning: freeing a locked mutex (%d locks)\n", m_locked );
73 wxMutexError wxMutex::Lock()
80 wxMutexError wxMutex::TryLock()
88 wxMutexError wxMutex::Unlock()
101 int wxCondition::Wait(wxMutex
[all...]
H A Dgsockgtk.cpp49 wxMutex* m_mutex;
73 guispecific->m_mutex = new wxMutex(wxMUTEX_RECURSIVE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dthreadno.cpp23 wxMutex::wxMutex() function in class:wxMutex
28 wxMutex::~wxMutex()
31 wxLogDebug( "wxMutex warning: destroying a locked mutex (%d locks)", m_locked );
34 wxMutexError wxMutex::Lock()
40 wxMutexError wxMutex::TryLock()
48 wxMutexError wxMutex::Unlock()
64 void wxCondition::Wait(wxMutex& WXUNUSED(mutex))
68 bool wxCondition::Wait(wxMutex
[all...]
H A Dthreadsgi.cpp46 wxMutex *wxMainMutex;
59 wxMutex::wxMutex() function in class:wxMutex
66 wxMutex::~wxMutex()
69 wxLogDebug( "wxMutex warning: freeing a locked mutex (%d locks)\n", m_locked );
73 wxMutexError wxMutex::Lock()
80 wxMutexError wxMutex::TryLock()
88 wxMutexError wxMutex::Unlock()
101 int wxCondition::Wait(wxMutex
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dthrimpl.cpp15 // wxMutex
18 wxMutex::wxMutex(wxMutexType mutexType) function in class:wxMutex
29 wxMutex::~wxMutex()
34 bool wxMutex::IsOk() const
39 wxMutexError wxMutex::Lock()
42 wxT("wxMutex::Lock(): not initialized") );
47 wxMutexError wxMutex::TryLock()
50 wxT("wxMutex
[all...]
H A Dthread.h126 // working with wxMutex class - it is safer
127 class WXDLLIMPEXP_BASE wxMutex class
134 wxMutex(wxMutexType mutexType = wxMUTEX_DEFAULT);
137 ~wxMutex();
164 DECLARE_NO_COPY_CLASS(wxMutex)
174 wxMutexLocker(wxMutex& mutex)
192 wxMutex& m_mutex;
234 wxMutex m_mutex;
308 // Each wxCondition object is associated with a (single) wxMutex object.
310 wxCondition(wxMutex
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DUPnPCompatibility.h58 #define CUPnPMutex wxMutex
H A DStateMachine.h35 #include <wx/thread.h> /* For wxMutex, wxMutexLocker */
61 wxMutex m_stateMutex;
63 wxMutex m_queueMutex;
H A DUploadBandwidthThrottler.h65 wxMutex m_sendLocker;
66 wxMutex m_tempQueueLocker;
H A DIPFilter.h120 mutable wxMutex m_mutex;
H A DKnownFileList.h58 wxMutex list_mut;
H A DHTTPDownload.h67 static wxMutex s_allThreadsMutex;
H A DMuleUDPSocket.h172 wxMutex m_mutex;
H A DPartFileConvert.h93 static wxMutex s_mutex;
H A DObservable.h79 wxMutex m_mutex;
170 wxMutex m_mutex;
H A DSharedFileList.h31 #include <wx/thread.h> // Needed for wxMutex
119 mutable wxMutex list_mut;
H A DProxy.h508 wxMutex m_socketLocker;
529 wxMutex m_socketLocker;
574 wxMutex m_socketLocker;
H A DEMSocket.h130 wxMutex m_sendLocker;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmutexlck.tex3 This is a small helper class to be used with \helpref{wxMutex}{wxmutex}
7 problems). See \helpref{wxMutex}{wxmutex} for an example of wxMutexLocker
20 \helpref{wxMutex}{wxmutex}, \helpref{wxCriticalSectionLocker}{wxcriticalsectionlocker}
26 \func{}{wxMutexLocker}{\param{wxMutex\&}{ mutex}}
H A Dmutex.tex1 \section{\class{wxMutex}}\label{wxmutex}
28 static wxMutex *s_mutexProtectingTheGlobalData;
65 this class instead of directly using wxMutex is, in general safer and is even
96 \membersection{wxMutex::wxMutex}\label{wxmutexctor}
98 \func{}{wxMutex}{\param{wxMutexType }{type = {\tt wxMUTEX\_DEFAULT}}}
102 \membersection{wxMutex::\destruct{wxMutex}}\label{wxmutexdtor}
104 \func{}{\destruct{wxMutex}}{\void}
106 Destroys the wxMutex objec
[all...]
H A Dcritsect.tex15 \helpref{wxMutex}{wxmutex} - please see wxMutex for an example.
H A Dconditn.tex32 MySignallingThread(wxMutex *mutex, wxCondition *condition)
55 wxMutex *m_mutex;
60 wxMutex mutex;
110 \helpref{wxThread}{wxthread}, \helpref{wxMutex}{wxmutex}
116 \func{}{wxCondition}{\param{wxMutex\& }{mutex}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dthreadpsx.cpp116 static wxMutex *gs_mutexAllThreads = NULL;
129 static wxMutex *gs_mutexDeleteThread = (wxMutex *)NULL;
138 static wxMutex *gs_mutexGui = NULL;
150 // wxMutex implementation
326 // this is a wrapper around pthread_cond_t associated with a wxMutex (and hence
331 wxConditionInternal(wxMutex& mutex);
346 wxMutex& m_mutex;
352 wxConditionInternal::wxConditionInternal(wxMutex& mutex)
472 wxMutex m_mute
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dregion.cpp279 static wxMutex *gs_mutexIterator;
286 gs_mutexIterator = new wxMutex();

Completed in 287 milliseconds

123