Searched refs:stackEnd (Results 1 – 2 of 2) sorted by relevance
49 if(sp <= (void *)thread->stackEnd) { in __stkchk()
153 typedef void (*OSThreadCleanupCallback)(void* thread, void* stackEnd);154 typedef void (*OSThreadDeallocator)(void* thread, void* stackEnd);196 u32* stackEnd; // last word of stack (low address) member