Home
last modified time | relevance | path

Searched refs:taskSwitchInfo (Results 1 – 3 of 3) sorted by relevance

/kernel/liteos_m/components/exchook/
Dlos_exc_info.c221 TaskSwitchInfo *taskSwitchInfo = NULL; in OsExcTskSwitchMsgGet() local
225 taskSwitchInfo = (TaskSwitchInfo *)arg; in OsExcTskSwitchMsgGet()
226 taskSwitchCount = taskSwitchInfo->cntInfo.maxCnt; in OsExcTskSwitchMsgGet()
228 if (taskSwitchInfo->cntInfo.isFull) { in OsExcTskSwitchMsgGet()
229 i = taskSwitchInfo->idx; in OsExcTskSwitchMsgGet()
233 loop = taskSwitchInfo->idx; in OsExcTskSwitchMsgGet()
/kernel/liteos_m/kernel/src/
Dlos_task.c1413 LITE_OS_SEC_TEXT_MINOR UINT32 LOS_TaskSwitchInfoGet(UINT32 index, UINT32 *taskSwitchInfo) in LOS_TaskSwitchInfoGet() argument
1423 if (taskSwitchInfo == NULL) { in LOS_TaskSwitchInfoGet()
1429 (*taskSwitchInfo) = g_taskSwitchInfo.pid[curIndex]; in LOS_TaskSwitchInfoGet()
1431 if (memcpy_s((VOID *)(taskSwitchInfo + 1), LOS_TASK_NAMELEN, in LOS_TaskSwitchInfoGet()
/kernel/liteos_m/kernel/include/
Dlos_task.h1089 extern UINT32 LOS_TaskSwitchInfoGet(UINT32 index, UINT32 *taskSwitchInfo);