Searched refs:wxThread (Results 26 - 50 of 59) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dsound.cpp276 class wxSoundAsyncPlaybackThread : public wxThread
281 : wxThread(), m_adapt(adaptor), m_data(data), m_flags(flags) {}
339 wxThread::ExitCode wxSoundAsyncPlaybackThread::Entry()
363 wxThread *th = new wxSoundAsyncPlaybackThread(this, data, flags);
H A Dsound_sdl.cpp302 if (wxThread::IsMain())
307 if (wxThread::IsMain())
H A Djoystick.cpp58 class wxJoystickThread : public wxThread
H A Dutilsunx.cpp274 wxASSERT_MSG( wxThread::IsMain(),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/corefoundation/
H A Dutilsexc_cf.cpp68 class wxProcessTerminationThread: public wxThread
71 wxProcessTerminationThread(wxEndProcessData* data, wxProcessTerminationEventHandler* handler): wxThread(wxTHREAD_DETACHED)
H A Dhidjoystick.cpp41 #include "wx/thread.h" //wxThread for polling thread/ wxCriticalSection
95 class wxJoystickThread : public wxThread
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcritsect.tex27 \helpref{wxThread}{wxthread}, \helpref{wxCondition}{wxcondition},
H A Dtthreads.tex3 Classes: \helpref{wxThread}{wxthread}, \helpref{wxMutex}{wxmutex},
49 your class from \helpref{wxThread}{wxthread} and
H A Dconditn.tex29 class MySignallingThread : public wxThread
82 call \helpref{wxThread::Wait}{wxthreadwait} on it, but this example does
110 \helpref{wxThread}{wxthread}, \helpref{wxMutex}{wxmutex}
H A Dmutex.tex91 \helpref{wxThread}{wxthread}, \helpref{wxCondition}{wxcondition},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Devtloop.cpp318 wxASSERT_MSG( wxThread::IsMain(),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp3744 class MyJoinableThread : public wxThread
3747 MyJoinableThread(size_t n) : wxThread(wxTHREAD_JOINABLE)
3757 wxThread::ExitCode MyJoinableThread::Entry()
3771 class MyDetachedThread : public wxThread
3796 wxThread::ExitCode MyDetachedThread::Entry()
3818 wxThread::Sleep(100);
3880 // condition variable which would be signaled from wxThread::Entry() to
3885 wxThread::Sleep(300);
3895 wxThread::Sleep(300);
3929 wxThread
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/
H A DwxBase.spec38 under all supported folders, wxThread class for writing multithreaded programs
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPartFileConvert.cpp66 wxThread* CPartFileConvert::s_convertPfThread = NULL;
162 wxThread::ExitCode CPartFileConvert::Entry()
H A DUploadBandwidthThrottler.cpp64 : wxThread( wxTHREAD_JOINABLE )
H A DLogger.cpp156 if (wxThread::IsMain()) {
H A DGuiEvents.cpp70 if (wxThread::IsMain()) {
H A Damule.cpp1083 if (!wxUSE_STACKWALKER || !wxThread::IsMain() || !IsRunning()) {
1095 if (wxThread::IsMain() && IsRunning()) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dapp.cpp89 if ( !wxThread::IsMain() )
296 // wxASSERT_MSG( wxThread::IsMain() || gs_WakeUpIdle, wxT("attempt to install idle handler from widget callback in child thread (should be exclusively from wxWakeUpIdle)") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dprivate.h324 if (!wxThread::IsMain())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dutilsexc.cpp547 wxASSERT_MSG( wxThread::IsMain(),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dappbase.cpp810 if ( !wxThread::IsMain() )
H A Dsocket.cpp58 // thread it is enough to just call wxThread::Yield() which will give away the
65 if ( wxThread::IsMain() ) \
68 wxThread::Yield(); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DMuleDebug.cpp415 if (wxThread::IsMain()) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dcfsocket.cpp62 // thread it is enough to just call wxThread::Yield() which will give away the
69 if ( wxThread::IsMain() ) \
72 wxThread::Yield(); \

Completed in 148 milliseconds

123