Home
last modified time | relevance | path

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

/kernel/liteos_a/kernel/base/sched/
Dlos_priority.c464 LOS_BitmapSet(&sp->priBitmap, sp->priority); in HPFPriorityInheritance()
479 if (LOS_HighBitGet(sp->priBitmap) != param->priority) { in HPFPriorityRestore()
480 LOS_BitmapClr(&sp->priBitmap, param->priority); in HPFPriorityRestore()
485 if (sp->priBitmap == 0) { in HPFPriorityRestore()
490 priority = LOS_HighBitGet(sp->priBitmap); in HPFPriorityRestore()
494 LOS_BitmapClr(&sp->priBitmap, pendSp->priority); in HPFPriorityRestore()
499 priority = LOS_LowBitGet(sp->priBitmap); in HPFPriorityRestore()
501 LOS_BitmapClr(&sp->priBitmap, priority); in HPFPriorityRestore()
/kernel/liteos_a/kernel/base/include/
Dlos_sched_pri.h229 …UINT32 priBitmap; /**< Bitmap for recording the change of task priority, the priority can not be … member