Home
last modified time | relevance | path

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

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