Home
last modified time | relevance | path

Searched refs:priorityRestore (Results 1 – 5 of 5) sorted by relevance

/kernel/liteos_a/kernel/base/ipc/
Dlos_mux.c284 owner->ops->priorityRestore(owner, list, &param); in OsMuxBitmapRestore()
487 taskCB->ops->priorityRestore(taskCB, NULL, &param); in OsMuxUnlockUnsafe()
/kernel/liteos_a/kernel/base/sched/
Dlos_idle.c66 .priorityRestore = IdlePriorityRestore,
Dlos_deadline.c76 .priorityRestore = EDFPriorityRestore,
Dlos_priority.c85 .priorityRestore = HPFPriorityRestore,
/kernel/liteos_a/kernel/base/include/
Dlos_sched_pri.h292 VOID (*priorityRestore)(LosTaskCB *owner, const LOS_DL_LIST *list, const SchedParam *param); member