Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/sources/libraries/test/
Dtest_Init.cpp24 const s32 prevPrio = nn::os::Thread::GetCurrentPriority(); in nniopdevMain()
/CTR-SDK-2.4.0/include/nn/os/
Dos_Thread.h485 static s32 GetCurrentPriority();
927 inline s32 Thread::GetCurrentPriority() in GetCurrentPriority() function
/CTR-SDK-2.4.0/sources/libraries/os/
Dos_Thread.cpp358 return Thread::GetCurrentPriority(); in nnosThreadGetCurrentPriority()