Searched refs:IsDetached (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMuleThread.h53 if (IsDetached()) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dthread.cpp405 if ( thread->IsDetached() && !wasCancelled )
672 wxCHECK_MSG( !IsDetached(), (ExitCode)-1,
753 if ( IsDetached() )
782 if ( IsDetached() )
794 if ( IsDetached() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dthread.cpp459 if ( m_thread->IsDetached() )
465 if ( m_thread->IsDetached() && !::InterlockedDecrement(&m_nRef) )
557 // save IsDetached because thread object can be deleted by joinable
559 const bool isDetached = thread->IsDetached();
1113 wxCHECK_MSG( !IsDetached(), (ExitCode)-1,
1135 if ( IsDetached() )
1153 if ( IsDetached() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dthread.cpp319 if ( m_thread->IsDetached() )
325 if ( m_thread->IsDetached() && !::InterlockedDecrement(&m_nRef) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dthread.cpp426 if (pThread->IsDetached() && !bWasCancelled)
676 wxCHECK_MSG( !IsDetached(), (ExitCode)-1,
827 if ( IsDetached() )
848 if (IsDetached())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dthread.h545 bool IsDetached() const { return m_isDetached; } 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.cpp1300 if ( IsDetached() )
H A Dthread.cpp1510 if ( IsDetached() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dthread.tex289 \membersection{wxThread::IsDetached}\label{wxthreadisdetached}
291 \constfunc{bool}{IsDetached}{\void}

Completed in 88 milliseconds