Searched refs:wxThread (Results 1 - 25 of 59) 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.cpp89 wxThreadError wxThread::Create()
96 wxThreadError wxThread::Destroy()
101 wxThreadError wxThread::Pause()
106 wxThreadError wxThread::Resume()
111 void wxThread::DeferDestroy( bool WXUNUSED(on) )
115 void wxThread::TestDestroy()
119 void *wxThread::Join()
124 unsigned long wxThread::GetID() const
129 bool wxThread::IsMain()
134 bool wxThread
149 wxThread::wxThread() function in class:wxThread
[all...]
H A Dthreadsgi.cpp3 // Purpose: wxThread (SGI) Implementation
123 wxThread *thr = (wxThread *)ptr;
131 void wxThread::Exit(void* status)
133 wxThread* ptr = this;
140 wxThreadError wxThread::Create()
152 wxThreadError wxThread::Destroy()
160 wxThreadError wxThread::Pause()
165 wxThreadError wxThread::Resume()
170 void *wxThread
226 wxThread::wxThread() function in class:wxThread
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dthreadno.cpp88 wxThreadError wxThread::Create()
95 wxThreadError wxThread::Destroy()
100 wxThreadError wxThread::Pause()
105 wxThreadError wxThread::Resume()
110 void wxThread::DeferDestroy( bool WXUNUSED(on) )
114 void wxThread::TestDestroy()
118 void *wxThread::Join()
123 unsigned long wxThread::GetID() const
128 bool wxThread::IsMain()
133 bool wxThread
148 wxThread::wxThread() function in class:wxThread
[all...]
H A Dthreadsgi.cpp3 // Purpose: wxThread (SGI) Implementation
123 wxThread *thr = (wxThread *)ptr;
131 void wxThread::Exit(void* status)
133 wxThread* ptr = this;
140 wxThreadError wxThread::Create()
152 wxThreadError wxThread::Destroy()
160 wxThreadError wxThread::Pause()
165 wxThreadError wxThread::Resume()
170 void *wxThread
226 wxThread::wxThread() function in class:wxThread
[all...]
H A Dapp.cpp130 if ( !wxThread::IsMain() )
184 if (!wxThread::IsMain())
191 if (!wxThread::IsMain())
391 // 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/aMule-2.3.1/src/
H A DMuleThread.h31 class CMuleThread : public wxThread
34 //! @see wxThread::wxThread
36 : wxThread(kind),
48 * @see wxThread::Delete
64 // dependant upon wxThread::TestDestroy() being called,
66 return wxThread::TestDestroy() || m_stop;
H A DAsyncDNS.cpp35 : wxThread(wxTHREAD_DETACHED)
44 wxThread::ExitCode CAsyncDNS::Entry()
H A DAsyncDNS.h33 // Implementation of Asynchronous dns resolving using wxThread
49 class CAsyncDNS : public wxThread
H A DPartFileConvert.h75 class CPartFileConvert : private wxThread
88 CPartFileConvert() : wxThread(wxTHREAD_DETACHED) {}
94 static wxThread* s_convertPfThread;
H A DUploadBandwidthThrottler.h39 class UploadBandwidthThrottler : public wxThread
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dthread.cpp3 // Purpose: wxThread Implementation
249 // wxThread implementation
258 wxThreadInternal(wxThread *thread)
286 bool Create(wxThread *thread, unsigned int stackSize);
291 wxThread::ExitCode *pRc,
292 wxThread *threadToDelete = NULL);
331 wxThread *m_thread;
339 // reaches 0 we kill the owning wxThread -- and die ourselves with it
370 bool wxThreadInternal::Create(wxThread *thread, unsigned int stackSize)
382 wxThread
437 wxThread::wxThread(wxThreadKind kind) function in class:wxThread
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dthread.cpp3 // Purpose: wxThread Implementation
382 // wxThread implementation
391 wxThreadInternal(wxThread *thread)
419 bool Create(wxThread *thread, unsigned int stackSize);
424 wxThread::ExitCode *pRc,
425 wxThread *threadToDelete = NULL);
451 static THREAD_RETVAL DoThreadStart(wxThread *thread);
454 static void DoThreadOnExit(wxThread *thread);
471 wxThread *m_thread;
479 // reaches 0 we kill the owning wxThread
1050 wxThread::wxThread(wxThreadKind kind) function in class:wxThread
[all...]
H A Devtloop.cpp243 wxASSERT_MSG( wxThread::IsMain(),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dthread.cpp3 // Purpose: wxThread Implementation
325 // wxThread implementation
350 bool Create(wxThread *thread, unsigned int stackSize);
372 static pascal void* MacThreadStart(wxThread* arg);
385 pascal void* wxThreadInternal::MacThreadStart(wxThread *thread)
419 bool wxThreadInternal::Create(wxThread *thread, unsigned int stackSize)
502 wxThread *wxThread::This()
513 if ( ( (wxThread*) s_threads[i] )->GetId() == current )
514 return (wxThread*) s_thread
592 wxThread::wxThread(wxThreadKind kind) function in class:wxThread
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmpthread.cpp3 // Purpose: wxThread Implementation
66 // this is the Per-Task Storage for the pointer to the appropriate wxThread
704 // wxThread implementation
742 bool Create(wxThread *thread, unsigned int stackSize);
770 void SetExitCode(wxThread::ExitCode exitcode) { m_exitcode = exitcode; }
771 wxThread::ExitCode GetExitCode() const { return m_exitcode; }
788 wxThread * m_thread;
804 wxThread::ExitCode m_exitcode;
823 wxThread* thread = (wxThread*) paramete
1071 wxThread::wxThread(wxThreadKind kind) function in class:wxThread
[all...]
H A Dthread.cpp3 // Purpose: wxThread Implementation
60 // this is the Per-Task Storage for the pointer to the appropriate wxThread
900 // wxThread implementation
939 bool Create(wxThread *thread, unsigned int stackSize);
981 void SetExitCode(wxThread::ExitCode exitcode)
983 wxThread::ExitCode GetExitCode() const
1003 wxThread * m_thread;
1019 wxThread::ExitCode m_exitcode;
1038 wxThread* thread = (wxThread*) paramete
1279 wxThread::wxThread( wxThreadKind kind ) function in class:wxThread
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dthread.cpp3 // Purpose: wxThread Implementation
64 wxThread* m_pThread; // pointer to the wxWidgets thread object
332 // wxThread implementation
354 bool Create( wxThread* pThread
392 wxThread *pThread = (wxThread *)pParam;
470 bool wxThreadInternal::Create( wxThread* pThread,
534 wxThread *wxThread::This()
536 wxThread* pThrea
606 wxThread::wxThread(wxThreadKind kind) function in class:wxThread
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dthread.h409 // wxThread: class encapsulating a thread of execution
418 // created by the wxThread object while "main thread" is the thread created
428 class WXDLLIMPEXP_BASE wxThread class
435 // Returns the wxThread object for the calling thread. NULL is returned
439 // created with wxThread class, the returned value is undefined.
440 static wxThread *This();
475 wxThread(wxThreadKind kind = wxTHREAD_DETACHED);
488 // the execution of wxThread::Entry() may start at any moment, caller
492 // stops the thread if it's running and deletes the wxThread object if
494 // joinable threads) you still need to delete wxThread objec
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dthreadpsx.cpp3 // Purpose: wxThread (Posix) Implementation
82 static const wxThread::ExitCode EXITCODE_CANCELLED = (wxThread::ExitCode)-1;
84 // trace mask for wxThread operations
95 static void DeleteThread(wxThread *This);
102 WX_DEFINE_ARRAY_PTR(wxThread *, wxArrayThread);
121 // the key for the pointer to the associated wxThread object
509 wxThread::GetCurrentId());
516 wxThread::GetCurrentId(), (unsigned long)m_count);
583 wxThread
1068 wxThread::wxThread(wxThreadKind kind) function in class:wxThread
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dtimercmn.cpp65 wxASSERT_MSG( wxThread::IsMain(),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Dapp.cpp104 if (!wxThread::IsMain())
111 if (!wxThread::IsMain())
120 if ( !wxThread::IsMain() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dthread.tex1 \section{\class{wxThread}}\label{wxthread}
36 processing or through a call to \helpref{wxThread::Delete}{wxthreaddelete}, and thus
40 for one to get value it returned from \helpref{wxThread::Entry}{wxthreadentry}
41 through \helpref{wxThread::Wait}{wxthreadwait}.
46 corresponding wxThread object yourself if you did not create it on the stack. In
50 \membersection{wxThread deletion}\label{deletionwxthread}
53 \helpref{wxThread::Wait}{wxthreadwait} on a joinable thread to release its
62 \helpref{wxThread::Delete}{wxthreaddelete} to gracefully end it (which implies
67 As mentioned, \helpref{wxThread::Wait}{wxthreadwait} or
68 \helpref{wxThread
[all...]
H A Dthreadh.tex9 synchronize with its worker thread in its own wxThread derived object.
15 Ordinarily, a \helpref{wxThread}{wxthread} derived object would be created
17 \helpref{wxThread::Entry}{wxthreadentry}. To access the inputs to the
39 \helpref{wxThread}{wxthread}
51 \member{wxThread *}{m\_thread}
53 the actual \helpref{wxThread}{wxthread} object.
97 \func{wxThread *}{GetThread}{\void}
99 This is a public function that returns the \helpref{wxThread}{wxthread} object
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/thread/
H A Dthread.cpp45 WX_DEFINE_ARRAY_PTR(wxThread *, wxArrayThread);
160 class MyThread : public wxThread
181 : wxThread()
241 wxThread::Sleep(1000);
255 class MyWorkerThread : public wxThread
273 : wxThread()
299 wxThread::Sleep(200);
313 class MyExecThread : public wxThread
316 MyExecThread(const wxChar *command) : wxThread(wxTHREAD_JOINABLE),
444 wxThread *threa
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dapp.cpp66 if ( !wxThread::IsMain() )
102 if (!wxThread::IsMain())
110 if (!wxThread::IsMain())

Completed in 129 milliseconds

123