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