Home
last modified time | relevance | path

Searched refs:OS_MP_CPU_ALL (Results 1 – 15 of 15) sorted by relevance

/kernel/liteos_a/kernel/include/
Dlos_mp.h44 #define OS_MP_CPU_ALL LOSCFG_KERNEL_CPU_MASK macro
/kernel/liteos_a/kernel/extended/perf/
Dlos_perf_pri.h51 #define SMP_CALL_PERF_FUNC(func) OsMpFuncCall(OS_MP_CPU_ALL, (SMP_FUNC_CALL)func, NULL)
/kernel/liteos_a/kernel/base/mp/
Dlos_mp.c113 if (!(target & OS_MP_CPU_ALL)) { in OsMpFuncCall()
/kernel/liteos_a/kernel/base/ipc/
Dlos_sem.c280 LOS_MpSchedule(OS_MP_CPU_ALL); in LOS_SemPost()
Dlos_event.c238 LOS_MpSchedule(OS_MP_CPU_ALL); in OsEventWrite()
Dlos_rwlock.c454 LOS_MpSchedule(OS_MP_CPU_ALL); in LOS_RwlockUnLock()
Dlos_futex.c781 LOS_MpSchedule(OS_MP_CPU_ALL); in OsFutexWake()
1007 LOS_MpSchedule(OS_MP_CPU_ALL); in OsFutexRequeue()
Dlos_mux.c520 LOS_MpSchedule(OS_MP_CPU_ALL); in LOS_MuxUnlock()
Dlos_queue.c324 LOS_MpSchedule(OS_MP_CPU_ALL); in OsQueueOperate()
/kernel/liteos_a/kernel/base/core/
Dlos_task.c692 LOS_MpSchedule(OS_MP_CPU_ALL); in LOS_TaskCreate()
727 LOS_MpSchedule(OS_MP_CPU_ALL); in LOS_TaskResume()
1045 LOS_MpSchedule(OS_MP_CPU_ALL); in LOS_TaskPriSet()
1476 LOS_MpSchedule(OS_MP_CPU_ALL); in LOS_SetTaskScheduler()
Dlos_process.c302 LOS_MpSchedule(OS_MP_CPU_ALL); in OsWaitWakeTask()
1063 LOS_MpSchedule(OS_MP_CPU_ALL); in OsSetProcessScheduler()
2207 LOS_MpSchedule(OS_MP_CPU_ALL); in OsCopyProcess()
/kernel/liteos_a/kernel/base/sched/
Dlos_sched.c192 LOS_MpSchedule(OS_MP_CPU_ALL); in OsSchedTick()
/kernel/liteos_a/arch/arm/arm/src/
Dlos_exc.c1050 target = (UINT32)(OS_MP_CPU_ALL & ~CPUID_TO_AFFI_MASK(currCpuid)); in OsCheckAllCpuStatus()
1071 target = (UINT32)(OS_MP_CPU_ALL & ~CPUID_TO_AFFI_MASK(currCpuid)); in OsCheckAllCpuStatus()
/kernel/liteos_a/syscall/
Dprocess_syscall.c131 LOS_MpSchedule(OS_MP_CPU_ALL); in OsUserTaskSchedulerSet()
/kernel/liteos_a/kernel/extended/liteipc/
Dhm_liteipc.c1086 LOS_MpSchedule(OS_MP_CPU_ALL); in LiteIpcWrite()