Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_thread.c78 OSThread OSi_IdleThread; variable
578 OS_CreateThread(&OSi_IdleThread, in OS_InitThread()
584OSi_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()