Lines Matching defs:loop
179 STATIC UINT32 OsExcHookFunc(UINT32 type, UINT32 index, UINT32 loop, UINT32 len, EXC_INFO_SAVE_CALLBACK func)
186 *((UINT32 *)g_excContent) = len * loop;
189 for (i = index; i < loop; i++) {
201 UINT32 loop = *(UINT32 *)arg;
203 return OsExcHookFunc(type, 1, loop, len, (EXC_INFO_SAVE_CALLBACK)LOS_QueueInfoGet);
210 UINT32 loop = *(UINT32 *)arg;
212 return OsExcHookFunc(type, 0, loop, len, (EXC_INFO_SAVE_CALLBACK)LOS_TaskInfoGet);
219 UINT32 loop;
230 loop = i + taskSwitchCount;
233 loop = taskSwitchInfo->idx;
236 return OsExcHookFunc(type, i, loop, len, (EXC_INFO_SAVE_CALLBACK)LOS_TaskSwitchInfoGet);