Searched refs:priBitmap (Results 1 – 2 of 2) sorted by relevance
475 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()
250 …UINT32 priBitmap; /* Bitmap for recording the change of task priority, the priority can not be gr… member