Searched refs:wxCOND_NO_ERROR (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dthrimpl.cpp128 return wxCOND_NO_ERROR;
154 return wxCOND_NO_ERROR;
169 return wxCOND_NO_ERROR;
200 return wxCOND_NO_ERROR;
215 return wxCOND_NO_ERROR;
H A Dthread.h46 wxCOND_NO_ERROR = 0, enumerator in enum:wxCondError
365 { return WaitTimeout(milliseconds) == wxCOND_NO_ERROR; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmpthread.cpp524 return wxCOND_NO_ERROR;
539 return wxCOND_NO_ERROR;
562 return wxCOND_NO_ERROR;
621 return err == wxSEMA_NO_ERROR ? wxCOND_NO_ERROR : wxCOND_MISC_ERROR;
662 return err == wxSEMA_NO_ERROR ? wxCOND_NO_ERROR : wxCOND_MISC_ERROR;
678 return wxCOND_NO_ERROR;
693 return wxCOND_NO_ERROR;
H A Dthread.cpp718 return wxCOND_NO_ERROR;
733 return wxCOND_NO_ERROR;
757 return wxCOND_NO_ERROR;
817 return err == wxSEMA_NO_ERROR ? wxCOND_NO_ERROR : wxCOND_MISC_ERROR;
858 return err == wxSEMA_NO_ERROR ? wxCOND_NO_ERROR : wxCOND_MISC_ERROR;
874 return wxCOND_NO_ERROR;
889 return wxCOND_NO_ERROR;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dthread.cpp280 return wxCOND_NO_ERROR ;
299 return wxCOND_NO_ERROR ;
304 return wxCOND_NO_ERROR;
310 return wxCOND_NO_ERROR;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dthreadpsx.cpp387 return wxCOND_NO_ERROR;
412 return wxCOND_NO_ERROR;
431 return wxCOND_NO_ERROR;
444 return wxCOND_NO_ERROR;
511 if ( m_cond.Wait() != wxCOND_NO_ERROR )
560 case wxCOND_NO_ERROR:
585 return m_cond.Signal() == wxCOND_NO_ERROR ? wxSEMA_NO_ERROR
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dconditn.tex93 wxCOND_NO_ERROR = 0, // successful completion

Completed in 128 milliseconds