Home
last modified time | relevance | path

Searched refs:OS_IsThreadAvailable (Results 1 – 6 of 6) sorted by relevance

/TwlSDK-5.1.0/build/libraries/ctrdg/ARM9/src/
Dctrdg_task.c51 SDK_ASSERT(OS_IsThreadAvailable()); in CTRDGi_InitTaskThread()
/TwlSDK-5.1.0/build/libraries/mb/common/src/
Dmb_task.c123 SDK_ASSERT(OS_IsThreadAvailable()); in MBi_InitTaskThread()
/TwlSDK-5.1.0/include/nitro/os/common/
Dthread.h254 BOOL OS_IsThreadAvailable(void);
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_functionCost.c166 SDK_ASSERTMSG(OS_IsThreadAvailable(), "OS_InitFunctionCost: thread system not initialized."); in OS_InitFunctionCost()
Dos_callTrace.c163 SDK_ASSERTMSG(OS_IsThreadAvailable(), "CallTrace need thread system."); in OS_InitCallTrace()
Dos_thread.c597 asm BOOL OS_IsThreadAvailable( void ) in OS_IsThreadAvailable() function