Searched refs:TryWait (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dthrimpl.cpp309 wxSemaError wxSemaphore::TryWait() function in class:wxSemaphore
312 wxT("wxSemaphore::TryWait(): not initialized") );
314 return m_internal->TryWait();
H A Dthread.h56 wxSEMA_BUSY, // returned by TryWait() if Wait() would block
393 wxSemaError TryWait();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsemaphor.tex79 \membersection{wxSemaphore::TryWait}\label{wxsemaphoretrywait}
81 \func{wxSemaError }{TryWait}{\void}
93 \twocolitem{{\bf wxSEMA\_BUSY}}{Returned by TryWait() if Wait() would block, i.e. the count is zero.}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dthread.cpp211 wxSemaError TryWait() function in class:wxSemaphoreInternal
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dthread.cpp219 wxSemaError TryWait() { return WaitTimeout(0); } function in class:wxSemaphoreInternal
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dthreadpsx.cpp466 wxSemaError TryWait();
524 wxSemaError wxSemaphoreInternal::TryWait() function in class:wxSemaphoreInternal
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmpthread.cpp326 wxSemaError TryWait() function in class:wxSemaphoreInternal
H A Dthread.cpp523 wxSemaError TryWait() function in class:wxSemaphoreInternal
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dthread.cpp287 wxSemaError TryWait() function in class:wxSemaphoreInternal
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dthread.cpp186 wxSemaError TryWait() { return WaitTimeout(SEM_IMMEDIATE_RETURN); } function in class:wxSemaphoreInternal

Completed in 139 milliseconds