Home
last modified time | relevance | path

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

/kernel/liteos_m/kernel/src/
Dlos_sched.c58 STATIC UINT32 g_queueBitmap; variable
149 g_queueBitmap |= PRIQUEUE_PRIOR0_BIT >> priority; in OsSchedPriQueueEnHead()
158 g_queueBitmap |= PRIQUEUE_PRIOR0_BIT >> priority; in OsSchedPriQueueEnTail()
168 g_queueBitmap &= ~(PRIQUEUE_PRIOR0_BIT >> priority); in OsSchedPriQueueDelete()
466 g_queueBitmap = 0; in OsSchedInit()
483 if (g_queueBitmap) { in OsGetTopTask()
484 priority = CLZ(g_queueBitmap); in OsGetTopTask()