Searched refs:Resume (Results 26 - 50 of 58) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dthread.cpp432 bool Resume();
706 // we must call Resume() as the thread hasn't been initially
707 // resumed yet (and as Resume() it knows about STATE_EXITED
724 Resume();
879 bool wxThreadInternal::Resume() function in class:wxThreadInternal
1086 return Resume();
1099 wxThreadError wxThread::Resume() function in class:wxThread
1103 return m_internal->Resume() ? wxTHREAD_NO_ERROR : wxTHREAD_MISC_ERROR;
H A Dapp.cpp735 wxLog::Resume();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dvidbase.tex75 \membersection{wxVideoBaseDriver::Resume}\label{wxvideobasedriverresume}
77 \func{bool}{Resume}{\void}
H A Dvidxanm.tex56 \membersection{wxVideoXANIM::Resume}\label{wxvideoxanimresume}
58 \func{bool}{Resume}{\void}
H A Dsndfile.tex95 \membersection{wxSoundFileStream::Resume}\label{wxsoundfilestreamresume}
96 \func{bool}{Resume}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dapp.cpp87 wxLog::Resume();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dthreadsgi.cpp165 wxThreadError wxThread::Resume() function in class:wxThread
H A Dapp.cpp121 wxLog::Resume();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dthreadsgi.cpp165 wxThreadError wxThread::Resume() function in class:wxThread
H A Dapp.cpp162 wxLog::Resume();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dvidwin.cpp126 bool wxVideoWindows::Resume() function in class:wxVideoWindows
H A Dcdunix.cpp181 bool wxCDAudioLinux::Resume() function in class:wxCDAudioLinux
H A Dcdwin.cpp171 bool wxCDAudioWin::Resume(void) function in class:wxCDAudioWin
H A Dsndfile.cpp282 bool wxSoundFileStream::Resume() function in class:wxSoundFileStream
H A Dvidxanm.cpp186 bool wxVideoXANIM::Resume() function in class:wxVideoXANIM
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dthread.cpp952 // go to sleep until Resume() is called
956 void Resume();
1206 // wait until the semaphore is Post()ed from Resume()
1210 void wxThreadInternal::Resume() function in class:wxThreadInternal
1363 wxThreadError wxThread::Resume() function in class:wxThread
1375 m_internal->Resume();
1436 m_internal->Resume();
1470 Resume();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dthreadpsx.cpp626 // go to sleep until Resume() is called
629 void Resume();
932 // wait until the semaphore is Post()ed from Resume()
936 void wxThreadInternal::Resume() function in class:wxThreadInternal
1313 wxThreadError wxThread::Resume() function in class:wxThread
1328 m_internal->Resume();
1392 m_internal->Resume();
1427 Resume();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dprogdlg.tex84 \membersection{wxProgressDialog::Resume}\label{wxprogressdialogresume}
86 \func{void}{Resume}{\void}
102 dialog may be resumed with \helpref{Resume}{wxprogressdialogresume} function.
H A Dlog.tex55 \helpref{Resume}{wxlogresume}
228 Suspends the logging until \helpref{Resume}{wxlogresume} is called. Note that
230 i.e. if you call Suspend() twice you must call Resume() twice as well.
240 \helpref{Resume}{wxlogresume},\\
243 \membersection{wxLog::Resume}\label{wxlogresume}
245 \func{static void}{Resume}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dthread.h525 wxThreadError Resume();
H A Dlog.h164 // to Resume() - this is mainly for internal use (to prevent wxYield()
169 static void Resume() { ms_suspendCount--; } function in class:wxLog
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DRemoteConnect.h215 void Resume(CMD4Hash* file);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dapp.cpp574 wxLog::Resume();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/thread/
H A Dthread.cpp389 menuThread->Append(THREAD_RESUME_THREAD, _T("&Resume suspended thread\tCtrl-R"));
600 wxGetApp().m_threads[n]->Resume();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dprogdlgg.cpp485 void wxProgressDialog::Resume() function in class:wxProgressDialog

Completed in 198 milliseconds

123