Searched refs:OSi_CheckStack (Results 1 – 2 of 2) sorted by relevance
229 void OSi_CheckStack(const char *file, int line, const OSThread *thread);656 #define OS_CheckStack( thread ) OSi_CheckStack( __FILE__, __LINE__, (const OSThread*)thread );
1546 void OSi_CheckStack(const char *file, int line, const OSThread *thread) in OSi_CheckStack() function