Home
last modified time | relevance | path

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

/TwlSDK-5.5/include/nitro/os/common/
Dthread.h549 static inline OSContext *OS_GetThreadContext(const OSThread *thread) in OS_GetThreadContext() function
/TwlSDK-5.5/build/libraries/os/common/src/
Dos_thread.c1616 SDK_TASSERTMSG(OS_GetThreadContext(thread)->sp > thread->stackTop + offset, in OS_SetThreadStackWarningOffset()