Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/include/nitro/os/common/
Dthread.h99 OSThreadState; typedef
120 OSThreadState state;
204 #define OS_THREAD_OFFSET_NEXT (sizeof(OSContext)+sizeof(OSThreadState))
346 OSThreadState OS_GetThreadStatus(const OSThread *thread);
534 static inline OSThreadState OS_GetThreadState(const OSThread *thread) in OS_GetThreadState()
/TwlSDK-5.3.1/build/libraries/os/common/src/
Dos_thread.c1125 OSThreadState OS_GetThreadStatus(const OSThread *thread) in OS_GetThreadStatus()