Home
last modified time | relevance | path

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

/AliOS-Things-master/kernel/rhino/
A Dk_sys.c101 preferred_task->cur_exc = 1; in krhino_start()
104 g_active_task[i]->cur_exc = 1; in krhino_start()
247 g_active_task[cur_cpu_num]->cur_exc = 0; in krhino_intrpt_exit()
249 preferred_task->cur_exc = 1; in krhino_intrpt_exit()
A Dk_sched.c159 g_active_task[cur_cpu_num]->cur_exc = 0; in core_sched()
161 preferred_task->cur_exc = 1; in core_sched()
464 flag = ((task->cur_exc == 0) && (task->cpu_binded == 0)) in preferred_cpu_ready_task_get()
465 || ((task->cur_exc == 0) && (task->cpu_binded == 1) && (task->cpu_num == cpu_num)); in preferred_cpu_ready_task_get()
A Dk_idle.c58 if (task_del->cur_exc == 0) { in idle_task()
A Dk_task.c409 if (task->cur_exc == 1) { in task_suspend()
836 if (task->cur_exc == 1) { in krhino_task_del()
950 if (task->cur_exc == 1) { in krhino_task_dyn_del()
/AliOS-Things-master/components/py_engine/engine/py/
A Dmodsys.c142 mp_obj_t cur_exc = MP_OBJ_FROM_PTR(MP_STATE_VM(cur_exception)); in mp_sys_exc_info() local
145 if (cur_exc == MP_OBJ_NULL) { in mp_sys_exc_info()
152 t->items[0] = MP_OBJ_FROM_PTR(mp_obj_get_type(cur_exc)); in mp_sys_exc_info()
153 t->items[1] = cur_exc; in mp_sys_exc_info()
/AliOS-Things-master/components/debug/src/
A Ddebug_dumpsys.c25 uint8_t cur_exc; member
146 taskinfoeach->cur_exc = task->cur_exc; in dumpsys_task_func()
181 taskinfoeach->cpu_num, taskinfoeach->cur_exc); in dumpsys_task_func()
A Ddebug_overview.c148 s_task_overview[cpu_idx + 20] = (uint8_t)('0' + task->cur_exc); in debug_task_show()
/AliOS-Things-master/kernel/rhino/include/
A Dk_internal.h127 if (task->cur_exc > 0u) { in is_task_exec()
A Dk_task.h151 uint8_t cur_exc; member

Completed in 11 milliseconds