Home
last modified time | relevance | path

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

/kernel/liteos_m/kernel/src/
Dlos_mux.c236 (VOID)OsSchedModifyTaskSchedParam(muxPended->owner, runningTask->priority); in LOS_MuxPend()
304 (VOID)OsSchedModifyTaskSchedParam(muxPosted->owner, muxPosted->priority); in LOS_MuxPost()
Dlos_sched.c377 BOOL OsSchedModifyTaskSchedParam(LosTaskCB *taskCB, UINT16 priority) in OsSchedModifyTaskSchedParam() function
Dlos_task.c1276 isReady = OsSchedModifyTaskSchedParam(taskCB, taskPrio); in LOS_TaskPriSet()
/kernel/liteos_m/kernel/include/
Dlos_sched.h70 BOOL OsSchedModifyTaskSchedParam(LosTaskCB *taskCB, UINT16 priority);
/kernel/liteos_m/kal/posix/src/
Dpthread_mutex.c255 (VOID)OsSchedModifyTaskSchedParam(muxPended->owner, runningTask->priority); in MuxPendForPosix()
305 (VOID)OsSchedModifyTaskSchedParam(muxPosted->owner, muxPosted->priority); in MuxPostForPosix()