Searched refs:tskChildBitMap (Results 1 – 2 of 2) sorted by relevance
32 U32 *tskChildBitMap = NULL; in OsGetReadyList() local38 tskChildBitMap = &runQue->tskChildBitMap[0]; in OsGetReadyList()47 tskChildBitMap[priority >> OS_TSK_PRIO_BIT_MAP_POW] |= OS_SET_CHILD_BIT_MAP(priority); in OsGetReadyList()76 U32 *tskChildBitMap = NULL; in OsDequeueTaskAmp() local84 tskChildBitMap = &runQue->tskChildBitMap[0]; in OsDequeueTaskAmp()90 tskChildBitMap[priority >> OS_TSK_PRIO_BIT_MAP_POW] &= OS_CLR_CHILD_BIT_MAP(priority); in OsDequeueTaskAmp()93 if (tskChildBitMap[priority >> OS_TSK_PRIO_BIT_MAP_POW] == 0) { in OsDequeueTaskAmp()
30 U32 tskChildBitMap[OS_GET_WORD_NUM_BY_PRIONUM(OS_TSK_NUM_OF_PRIORITIES)]; member210 rdyListIdx = OsGetLmb1(g_runQueue.tskChildBitMap[childBitMapIdx]); in OsTskHighestSet()