Searched refs:ExitCode (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DAsyncDNS.h54 virtual ExitCode Entry();
H A DAsyncDNS.cpp44 wxThread::ExitCode CAsyncDNS::Entry()
H A DHTTPDownload.h54 ExitCode Entry();
H A DPartFileConvert.h91 virtual ExitCode Entry();
H A DHTTPDownload.cpp188 CMuleThread::ExitCode CHTTPDownloadThread::Entry()
H A DPartFileConvert.cpp162 wxThread::ExitCode CPartFileConvert::Entry()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dthread.cpp291 wxThread::ExitCode *pRc,
382 wxThread::ExitCode *pRc,
474 wxThread::ExitCode wxThread::Wait()
479 wxThreadError wxThread::Delete(ExitCode *pRc)
489 void wxThread::Exit(ExitCode status)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dthread.h432 typedef void *ExitCode; typedef in class:wxThread
502 wxThreadError Delete(ExitCode *rc = (ExitCode *)NULL);
506 // Returns (ExitCode)-1 on error (for example, if the thread is not
508 ExitCode Wait();
567 void Exit(ExitCode exitcode = 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dthread.cpp668 wxThread::ExitCode wxThread::Wait()
672 wxCHECK_MSG( !IsDetached(), (ExitCode)-1,
675 ExitCode rc = (ExitCode)-1;
684 wxThreadError wxThread::Delete(ExitCode *pRc)
686 ExitCode rc = 0;
765 return rc == (ExitCode)-1 ? wxTHREAD_MISC_ERROR : wxTHREAD_NO_ERROR;
790 void wxThread::Exit(ExitCode status)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dthread.cpp424 wxThread::ExitCode *pRc,
675 wxThread::ExitCode *pRc,
687 wxThread::ExitCode rc = 0;
840 rc = (wxThread::ExitCode)-1;
860 return rc == (wxThread::ExitCode)-1 ? wxTHREAD_MISC_ERROR
1109 wxThread::ExitCode wxThread::Wait()
1113 wxCHECK_MSG( !IsDetached(), (ExitCode)-1,
1116 ExitCode rc = (ExitCode)-1;
1123 wxThreadError wxThread::Delete(ExitCode *pR
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dthread.cpp672 wxThread::ExitCode wxThread::Wait()
676 wxCHECK_MSG( !IsDetached(), (ExitCode)-1,
678 ExitCode rc = (ExitCode)-1;
683 wxThreadError wxThread::Delete(ExitCode *pRc)
685 ExitCode rc = 0;
822 rc = (ExitCode)-1;
839 return rc == (ExitCode)-1 ? wxTHREAD_MISC_ERROR : wxTHREAD_NO_ERROR;
855 void wxThread::Exit(ExitCode WXUNUSED(pStatus))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmpthread.cpp770 void SetExitCode(wxThread::ExitCode exitcode) { m_exitcode = exitcode; }
771 wxThread::ExitCode GetExitCode() const { return m_exitcode; }
804 wxThread::ExitCode m_exitcode;
1181 wxThread::ExitCode wxThread::Wait()
1183 wxCHECK_MSG( This() != this, (ExitCode)-1,
1186 wxCHECK_MSG( !m_isDetached, (ExitCode)-1,
1194 wxThreadError wxThread::Delete(ExitCode *rc)
1287 void wxThread::Exit(ExitCode status)
H A Dthread.cpp981 void SetExitCode(wxThread::ExitCode exitcode)
983 wxThread::ExitCode GetExitCode() const
1019 wxThread::ExitCode m_exitcode;
1392 wxThread::ExitCode wxThread::Wait()
1394 wxCHECK_MSG( This() != this, (ExitCode)-1,
1397 wxCHECK_MSG( !m_isDetached, (ExitCode)-1,
1405 wxThreadError wxThread::Delete(ExitCode *rc)
1497 void wxThread::Exit( ExitCode status )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dthreadpsx.cpp82 static const wxThread::ExitCode EXITCODE_CANCELLED = (wxThread::ExitCode)-1;
661 void SetExitCode(wxThread::ExitCode exitcode) { m_exitcode = exitcode; }
662 wxThread::ExitCode GetExitCode() const { return m_exitcode; }
695 wxThread::ExitCode m_exitcode;
1348 wxThread::ExitCode wxThread::Wait()
1350 wxCHECK_MSG( This() != this, (ExitCode)-1,
1353 wxCHECK_MSG( !m_isDetached, (ExitCode)-1,
1361 wxThreadError wxThread::Delete(ExitCode *rc)
1465 void wxThread::Exit(ExitCode statu
[all...]
H A Dsound.cpp282 virtual ExitCode Entry();
339 wxThread::ExitCode wxSoundAsyncPlaybackThread::Entry()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/thread/
H A Dthread.cpp322 virtual ExitCode Entry()
324 return (ExitCode)EXEC(m_command);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dthreadh.tex83 \func{virtual ExitCode}{Entry}{\void}
H A Dconditn.tex40 virtual ExitCode Entry()
H A Dthread.tex209 \func{virtual ExitCode}{Entry}{\void}
223 \func{void}{Exit}{\param{ExitCode }{exitcode = 0}}
462 \constfunc{ExitCode}{Wait}{\void}
465 returned from \helpref{wxThread::Entry}{wxthreadentry} or {\tt (ExitCode)-1} on
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp3751 virtual ExitCode Entry();
3757 wxThread::ExitCode MyJoinableThread::Entry()
3768 return (ExitCode)res;
3784 virtual ExitCode Entry();
3796 wxThread::ExitCode MyDetachedThread::Entry()
3977 virtual ExitCode Entry()
4075 virtual ExitCode Entry()
4077 return (ExitCode)wxExecute(m_command, wxEXEC_SYNC);
4111 virtual ExitCode Entry()

Completed in 128 milliseconds