Searched refs:SendIdleMessage (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Devtloop.cpp68 bool SendIdleMessage();
81 static bool SendIdleMessage() function
86 bool wxEventLoopImpl::SendIdleMessage() function in class:wxEventLoopImpl
88 return ::SendIdleMessage();
344 moreRequested = ::SendIdleMessage();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Devtloop.cpp65 bool SendIdleMessage();
193 bool wxEventLoopImpl::SendIdleMessage() function in class:wxEventLoopImpl
245 // SendIdleMessage() and Dispatch() below may throw so the code here should
261 while ( !Pending() && m_impl->SendIdleMessage() )

Completed in 114 milliseconds