Searched refs:OS_GetStackStatus (Results 1 – 2 of 2) sorted by relevance
642 OSStackStatus OS_GetStackStatus(const OSThread *thread);
1502 OSStackStatus OS_GetStackStatus(const OSThread *thread) in OS_GetStackStatus() function1550 if ((st = OS_GetStackStatus(thread)) == OS_STACK_NO_ERROR) in OSi_CheckStack()