Lines Matching refs:os
34 const uptr begin = os::GetCodeRegionAddress(); in IsCodeAddress()
35 const uptr end = begin + os::GetCodeRegionSize(); in IsCodeAddress()
55 if( os::ManagedThread::IsEnabled() ) in FindThreadStackBottomByStackAddr()
58 os::ManagedThread* pFound = os::ManagedThread::FindByStackAddress(addr); in FindThreadStackBottomByStackAddr()
236 nn::os::Tick t = nn::os::Tick::GetSystemCurrent(); in ShowWithAutoScroll()
238 nn::os::Tick::GetSystemCurrent().ToTimeSpan().GetMilliSeconds() - 400 ) {} in ShowWithAutoScroll()
279 nn::os::Tick t = nn::os::Tick::GetSystemCurrent(); in ShowWithManualScroll()
281 nn::os::Tick::GetSystemCurrent().ToTimeSpan().GetMilliSeconds() - 16 ){} in ShowWithManualScroll()
320 size_t size = os::GetDeviceMemorySize(); in IsDeviceMemoryAddress()
321 uptr begin = os::GetDeviceMemoryAddress(); in IsDeviceMemoryAddress()
387 nn::os::Tick t = nn::os::Tick::GetSystemCurrent(); in WaitKeyCombination()
389 nn::os::Tick::GetSystemCurrent().ToTimeSpan().GetMilliSeconds() - 16 ) {} in WaitKeyCombination()
423 nn::os::ARM::SetUserExceptionHandler( in RegisterHandler()
492 void ExceptionScreen::ExceptionHandler(nn::os::ARM::ExceptionInfo* pei, nn::os::ARM::ExceptionConte… in ExceptionHandler()
494 nn::os::Thread::ChangeCurrentPriority( 0 ); // Very high in ExceptionHandler()
501 void ExceptionScreen::HandleException(nn::os::ARM::ExceptionInfo* pei, nn::os::ARM::ExceptionContex… in HandleException()
505 void ExceptionScreen::ExceptionHandlerBody(nn::os::ARM::ExceptionInfo* pei, nn::os::ARM::ExceptionC… in ExceptionHandlerBody()