Home
last modified time | relevance | path

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

/kernel/liteos_m/kernel/include/
Dlos_task.h1089 extern UINT32 LOS_TaskSwitchInfoGet(UINT32 index, UINT32 *taskSwitchInfo);
/kernel/liteos_m/components/exchook/
Dlos_exc_info.c236 return OsExcHookFunc(type, i, loop, len, (EXC_INFO_SAVE_CALLBACK)LOS_TaskSwitchInfoGet); in OsExcTskSwitchMsgGet()
/kernel/liteos_m/kernel/src/
Dlos_task.c1427 LITE_OS_SEC_TEXT_MINOR UINT32 LOS_TaskSwitchInfoGet(UINT32 index, UINT32 *taskSwitchInfo) in LOS_TaskSwitchInfoGet() function