Home
last modified time | relevance | path

Searched defs:taskSwitchInfo (Results 1 – 2 of 2) sorted by relevance

/kernel/liteos_m/components/exchook/
Dlos_exc_info.c221 TaskSwitchInfo *taskSwitchInfo = NULL; in OsExcTskSwitchMsgGet() local
/kernel/liteos_m/kernel/src/
Dlos_task.c1413 LITE_OS_SEC_TEXT_MINOR UINT32 LOS_TaskSwitchInfoGet(UINT32 index, UINT32 *taskSwitchInfo) in LOS_TaskSwitchInfoGet()