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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMuleThread.h61 virtual bool TestDestroy() function in class:CMuleThread
64 // dependant upon wxThread::TestDestroy() being called,
66 return wxThread::TestDestroy() || m_stop;
H A DThreadScheduler.h181 /** @see wxThread::TestDestroy */
182 bool TestDestroy() const;
189 //! The owner (scheduler), used when calling TestDestroy.
H A DThreadScheduler.cpp266 while (!m_thread->TestDestroy()) {
363 bool CThreadTask::TestDestroy() const function in class:CThreadTask
367 return m_abort || m_owner->TestDestroy();
H A DHTTPDownload.cpp190 if (TestDestroy()) {
270 } while (current_read && !TestDestroy());
330 if (TestDestroy()) {
H A DUploadBandwidthThrottler.cpp292 while (m_doRun && !TestDestroy()) {
327 if (!m_doRun || TestDestroy()) {
H A DThreadTasks.cpp150 for (uint16 part = 0; part < knownfile->GetPartCount() && !TestDestroy(); part++) {
164 if ((m_toHash & EH_MD4) && !TestDestroy()) {
181 if ((m_toHash & EH_AICH) && !TestDestroy()) {
195 if ((m_toHash == EH_AICH) && !TestDestroy()) {
199 } else if (!TestDestroy()) {
H A DPartFileConvert.cpp202 if (TestDestroy()) {
H A DIPFilter.cpp281 if (!path.FileExists() || TestDestroy()) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dthreadno.cpp115 void wxThread::TestDestroy() function in class:wxThread
H A Dthreadsgi.cpp194 void wxThread::TestDestroy() function in class:wxThread
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dthreadno.cpp114 void wxThread::TestDestroy() function in class:wxThread
H A Dthreadsgi.cpp194 void wxThread::TestDestroy() function in class:wxThread
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dthread.cpp731 while( TestDestroy() )
737 while( TestDestroy() )
847 bool wxThread::TestDestroy() function in class:wxThread
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/corefoundation/
H A Dhidjoystick.cpp753 if (TestDestroy())
815 if (pThis->TestDestroy())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/thread/
H A Dthread.cpp234 if ( TestDestroy() )
288 if ( TestDestroy() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dthread.cpp525 bool wxThread::TestDestroy() function in class:wxThread
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dthread.h497 // this function only works if the thread calls TestDestroy()
521 // calls TestDestroy() regularly
559 virtual bool TestDestroy();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Djoystick.cpp99 if (TestDestroy())
103 // blocking case we need to check TestDestroy periodically
H A Dthreadpsx.cpp942 // TestDestroy() since the last call to Pause() for example
1307 // call to TestDestroy()
1511 bool wxThread::TestDestroy() function in class:wxThread
1514 _T("wxThread::TestDestroy() can only be called in the context of the same thread") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dthread.tex70 the thread in question calls \helpref{wxThread::TestDestroy}{wxthreadtestdestroy}
73 Obviously, if the thread does call TestDestroy() and does not end the calling
74 thread will come to halt. This is why it is important to call TestDestroy() in
197 detached thread, either when the thread calls \helpref{TestDestroy}{wxthreadtestdestroy} or finished processing.
363 \helpref{TestDestroy}{wxthreadtestdestroy} for the next time (hence, if the
428 \membersection{wxThread::TestDestroy}\label{wxthreadtestdestroy}
430 \func{virtual bool}{TestDestroy}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmpthread.cpp1006 // TestDestroy() since the last call to Pause() for example
1147 // call to TestDestroy()
1313 bool wxThread::TestDestroy() function in class:wxThread
1316 _T("wxThread::TestDestroy() can only be called in the context of the same thread") );
H A Dthread.cpp1216 // TestDestroy() since the last call to Pause() for example
1357 // call to TestDestroy()
1525 bool wxThread::TestDestroy() function in class:wxThread
1528 wxT("wxThread::TestDestroy() can only be called in the context of the same thread") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dthread.cpp1219 bool wxThread::TestDestroy() function in class:wxThread
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dthread.cpp907 bool wxThread::TestDestroy() function in class:wxThread
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp3808 if ( TestDestroy() )

Completed in 1029 milliseconds