Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/os/common/
Dthread.h229 void OSi_CheckStack(const char *file, int line, const OSThread *thread);
656 #define OS_CheckStack( thread ) OSi_CheckStack( __FILE__, __LINE__, (const OSThread*)thread );
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_thread.c1546 void OSi_CheckStack(const char *file, int line, const OSThread *thread) in OSi_CheckStack() function