Home
last modified time | relevance | path

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

/kernel/liteos_a/kernel/base/ipc/
Dlos_mux.c271 owner->ops->priorityInheritance(owner, &param); in OsMuxBitmapSet()
306 runTask->ops->priorityInheritance(runTask, &param); in OsMuxPendOp()
/kernel/liteos_a/kernel/base/sched/
Dlos_idle.c65 .priorityInheritance = IdlePriorityInheritance,
Dlos_deadline.c75 .priorityInheritance = EDFPriorityInheritance,
Dlos_priority.c84 .priorityInheritance = HPFPriorityInheritance,
/kernel/liteos_a/kernel/base/include/
Dlos_sched_pri.h291 VOID (*priorityInheritance)(LosTaskCB *owner, const SchedParam *param); member