Searched refs:OSi_IdleThread (Results 1 – 1 of 1) sorted by relevance
78 OSThread OSi_IdleThread; variable578 OS_CreateThread(&OSi_IdleThread, in OS_InitThread()584 …OSi_IdleThread.priority = OS_THREAD_PRIORITY_MAX + 1; // lower priority than the lowest (=OS… in OS_InitThread()585 OSi_IdleThread.state = OS_THREAD_STATE_READY; in OS_InitThread()1645 SDK_ASSERTMSG(thread != &OSi_IdleThread, "cannot change idle thread priority."); in OS_SetThreadPriority()1656 if (!t || t == &OSi_IdleThread) in OS_SetThreadPriority()1808 t = &OSi_IdleThread; in OSi_GetIdleThread()