Searched refs:stackWarningOffset (Results 1 – 2 of 2) sorted by relevance
548 OSi_LauncherThread.stackWarningOffset = 0; in OS_InitThread()663 thread->stackWarningOffset = 0; in OS_CreateThread()1510 else if (thread->stackWarningOffset in OS_GetStackStatus()1511 && *(u32 *)(thread->stackTop + thread->stackWarningOffset) != OSi_STACK_CHECKNUM_WARN) in OS_GetStackStatus()1559 thread->stackTop, thread->stackBottom, thread->stackWarningOffset); in OSi_CheckStack()1618 thread->stackWarningOffset = offset; in OS_SetThreadStackWarningOffset()
143 u32 stackWarningOffset; member