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.c475 LOS_BitmapSet(&sp->priBitmap, sp->priority); in HPFPriorityInheritance()
490 if (LOS_HighBitGet(sp->priBitmap) != param->priority) { in HPFPriorityRestore()
491 LOS_BitmapClr(&sp->priBitmap, param->priority); in HPFPriorityRestore()
496 if (sp->priBitmap == 0) { in HPFPriorityRestore()
501 priority = LOS_HighBitGet(sp->priBitmap); in HPFPriorityRestore()
505 LOS_BitmapClr(&sp->priBitmap, pendSp->priority); in HPFPriorityRestore()
510 priority = LOS_LowBitGet(sp->priBitmap); in HPFPriorityRestore()
512 LOS_BitmapClr(&sp->priBitmap, priority); in HPFPriorityRestore()
/kernel/liteos_a/kernel/base/include/
Dlos_sched_pri.h250 …UINT32 priBitmap; /* Bitmap for recording the change of task priority, the priority can not be gr… member