Home
last modified time | relevance | path

Searched refs:ChangeCurrentPriority (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/test/
Dtest_Init.cpp25 nn::os::Thread::ChangeCurrentPriority(nn::os::DEFAULT_THREAD_PRIORITY); in nniopdevMain()
29 nn::os::Thread::ChangeCurrentPriority(prevPrio); in nniopdevMain()
/CTR-SDK-4.2.5/sources/libraries/os/
Dos_Thread.cpp430 Thread::ChangeCurrentPriority(priority); in nnosThreadChangeCurrentPriority()
/CTR-SDK-4.2.5/include/nn/os/
Dos_Thread.h517 static void ChangeCurrentPriority(s32 priority);
1032 inline void Thread::ChangeCurrentPriority(s32 priority) in ChangeCurrentPriority() function
/CTR-SDK-4.2.5/sources/libraries/dbg/CTR/
Ddbg_ExceptionScreen.cpp494 nn::os::Thread::ChangeCurrentPriority( 0 ); // Very high in ExceptionHandler()