Lines Matching refs:priority
161 while (next && next->priority <= thread->priority) in OSi_InsertLinkToQueue()
377 while (t && t->priority < thread->priority) in OSi_InsertThreadToList()
521 OSi_LauncherThread.priority = OS_THREAD_LAUNCHER_PRIORITY; in OS_InitThread()
584 …OSi_IdleThread.priority = OS_THREAD_PRIORITY_MAX + 1; // lower priority than the lowest (=OS… in OS_InitThread()
647 thread->priority = prio; in OS_CreateThread()
1366 if (current->priority == t->priority) in OS_YieldThread()
1428 OS_Printf("%02d: %08x %5d %08x\n", i, thread, (thread) ? thread->priority : 0, in OS_DumpThreadList()
1440 thread->priority, thread->next, thread->state, in OS_DumpThreadList()
1662 if (t->priority != prio) in OS_SetThreadPriority()
1675 thread->priority = prio; in OS_SetThreadPriority()
1700 return thread->priority; in OS_GetThreadPriority()