Searched refs:i_bAllEvents (Results 1 – 1 of 1) sorted by relevance
462 inline void ImplYield( bool i_bWait, bool i_bAllEvents ) in ImplYield() argument476 …->Yield( i_bWait && !pSVData->maAppData.mbAppQuit && !pSVData->maAppData.mbNoYield, i_bAllEvents ); in ImplYield()501 void Application::Reschedule( bool i_bAllEvents ) in Reschedule() argument503 ImplYield( false, i_bAllEvents ); in Reschedule()508 void Application::Yield( bool i_bAllEvents ) in Yield() argument510 ImplYield( true, i_bAllEvents ); in Yield()
Completed in 15 milliseconds