Searched refs:OS_IsThreadRunnable (Results 1 – 2 of 2) sorted by relevance
564 static inline BOOL OS_IsThreadRunnable(const OSThread *thread) in OS_IsThreadRunnable() function
1312 while (t && !OS_IsThreadRunnable(t)) in OS_SelectThread()