Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/os/common/
Dthread.h564 static inline BOOL OS_IsThreadRunnable(const OSThread *thread) in OS_IsThreadRunnable() function
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_thread.c1312 while (t && !OS_IsThreadRunnable(t)) in OS_SelectThread()