Home
last modified time | relevance | path

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

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