Home
last modified time | relevance | path

Searched refs:GetSchedulerDisableCount (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/ndm/
Dndm_DebugControl.cpp63 void GetSchedulerDisableCount( s32& count, s32& countTotal ) in GetSchedulerDisableCount() function
65 NN_UTIL_PANIC_IF_FAILED(Interface::GetSchedulerDisableCount(&count, &countTotal)); in GetSchedulerDisableCount()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/ndm/CTR/
Dndm_Interface.hid114 Result GetSchedulerDisableCount(
Dndm_Interface.cpp322 nn::Result Interface::GetSchedulerDisableCount( s32* pCount, s32* pCountTotal ) in GetSchedulerDisableCount() function in nn::ndm::CTR::detail::Interface
325 …return reinterpret_cast<InterfaceImpl*&>(s_Session)->GetSchedulerDisableCount(pCount, pCountTotal); in GetSchedulerDisableCount()