Searched refs:taskSwitchInfo (Results 1 – 3 of 3) sorted by relevance
221 TaskSwitchInfo *taskSwitchInfo = NULL; in OsExcTskSwitchMsgGet() local225 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()
1413 LITE_OS_SEC_TEXT_MINOR UINT32 LOS_TaskSwitchInfoGet(UINT32 index, UINT32 *taskSwitchInfo) in LOS_TaskSwitchInfoGet() argument1423 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()
1089 extern UINT32 LOS_TaskSwitchInfoGet(UINT32 index, UINT32 *taskSwitchInfo);