Searched refs:IsAlive (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dthreadno.cpp139 bool wxThread::IsAlive() const function in class:wxThread
H A Dthreadsgi.cpp216 bool wxThread::IsAlive() const 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.cpp138 bool wxThread::IsAlive() const function in class:wxThread
H A Dthreadsgi.cpp216 bool wxThread::IsAlive() const function in class:wxThread
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/life/
H A Dgame.h109 bool IsAlive(wxInt32 x, wxInt32 y);
H A Dgame.cpp53 inline bool IsAlive(int dx, int dy) const;
68 // IsAlive:
71 bool LifeCellBox::IsAlive(int dx, int dy) const function in class:LifeCellBox
85 if (IsAlive(dx, dy) != alive)
182 // IsAlive:
185 bool Life::IsAlive(wxInt32 x, wxInt32 y) function in class:Life
189 return (c && c->IsAlive( x - c->m_x, y - c->m_y ));
H A Dlife.cpp930 m_status = (m_life->IsAlive(i, j)? MOUSE_ERASING : MOUSE_DRAWING);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dthread.cpp515 bool wxThread::IsAlive() const 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.h538 bool IsAlive() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DThreadScheduler.cpp141 if ((m_thread && m_thread->IsAlive()) || m_tasks.empty()) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dthread.cpp836 bool wxThread::IsAlive() const function in class:wxThread
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmpthread.cpp1392 bool wxThread::IsAlive() const function in class:wxThread
H A Dthread.cpp1603 bool wxThread::IsAlive() const function in class:wxThread
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dthread.cpp1204 bool wxThread::IsAlive() const 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.cpp892 bool wxThread::IsAlive() const function in class:wxThread
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dthread.tex278 \membersection{wxThread::IsAlive}\label{wxthreadisalive}
280 \constfunc{bool}{IsAlive}{\void}
318 \helpref{IsAlive}{wxthreadisalive}.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dthreadpsx.cpp1575 bool wxThread::IsAlive() const function in class:wxThread

Completed in 146 milliseconds