Home
last modified time | relevance | path

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

/kernel/liteos_m/components/exchook/
Dlos_exc_info.c179 STATIC UINT32 OsExcHookFunc(UINT32 type, UINT32 index, UINT32 loop, UINT32 len, EXC_INFO_SAVE_CALLB… in OsExcHookFunc() function
203 return OsExcHookFunc(type, 1, loop, len, (EXC_INFO_SAVE_CALLBACK)LOS_QueueInfoGet); in OsExcQueueMsgGet()
212 return OsExcHookFunc(type, 0, loop, len, (EXC_INFO_SAVE_CALLBACK)LOS_TaskInfoGet); in OsExcTaskMsgGet()
236 return OsExcHookFunc(type, i, loop, len, (EXC_INFO_SAVE_CALLBACK)LOS_TaskSwitchInfoGet); in OsExcTskSwitchMsgGet()