Home
last modified time | relevance | path

Searched refs:OS_GET_WORD_NUM_BY_PRIONUM (Results 1 - 2 of 2) sorted by relevance

/kernel/uniproton/src/core/kernel/include/
H A Dprt_task_external.h30 U32 tskChildBitMap[OS_GET_WORD_NUM_BY_PRIONUM(OS_TSK_NUM_OF_PRIORITIES)];
/kernel/uniproton/src/utility/lib/include/
H A Dprt_lib_external.h120 #define OS_GET_WORD_NUM_BY_PRIONUM(prio) (((prio) + 0x1f) >> 5) // 通过支持的优先级个数计算需要多少个word表示 macro

Completed in 2 milliseconds