Home
last modified time | relevance | path

Searched refs:OS_GetStackStatus (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.5/include/nitro/os/common/
Dthread.h642 OSStackStatus OS_GetStackStatus(const OSThread *thread);
/TwlSDK-5.5/build/libraries/os/common/src/
Dos_thread.c1504 OSStackStatus OS_GetStackStatus(const OSThread *thread) in OS_GetStackStatus() function
1552 if ((st = OS_GetStackStatus(thread)) == OS_STACK_NO_ERROR) in OSi_CheckStack()