Searched refs:GetSchedulerDisableCount (Results 1 – 3 of 3) sorted by relevance
63 void GetSchedulerDisableCount( s32& count, s32& countTotal ) in GetSchedulerDisableCount() function65 NN_UTIL_PANIC_IF_FAILED(Interface::GetSchedulerDisableCount(&count, &countTotal)); in GetSchedulerDisableCount()
114 Result GetSchedulerDisableCount(
322 nn::Result Interface::GetSchedulerDisableCount( s32* pCount, s32* pCountTotal ) in GetSchedulerDisableCount() function in nn::ndm::CTR::detail::Interface325 …return reinterpret_cast<InterfaceImpl*&>(s_Session)->GetSchedulerDisableCount(pCount, pCountTotal); in GetSchedulerDisableCount()