Home
last modified time | relevance | path

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

/AliOS-Things-master/components/trace/Config/
A DSEGGER_SYSVIEW_AliOSThings.c67 klist_t *taskhead = &g_kobj_list.task_head; in _cbSendTaskList() local
68 klist_t *taskend = taskhead; in _cbSendTaskList()
73 for (tmp = taskhead->next; tmp != taskend; tmp = tmp->next) { in _cbSendTaskList()
/AliOS-Things-master/components/debug/src/
A Ddebug_cpuusage.c44 klist_t *taskhead = &g_kobj_list.task_head; in debug_task_cpu_usage_stats() local
45 klist_t *taskend = taskhead; in debug_task_cpu_usage_stats()
74 for (tmp = taskhead->next; tmp != taskend; tmp = tmp->next) { in debug_task_cpu_usage_stats()
90 klist_t *taskhead = &g_kobj_list.task_head; in debug_total_cpu_usage_show() local
91 klist_t *taskend = taskhead; in debug_total_cpu_usage_show()
139 for (tmp = taskhead->next; tmp != taskend; tmp = tmp->next) { in debug_total_cpu_usage_show()
151 for (tmp = taskhead->next; tmp != taskend; tmp = tmp->next) { in debug_total_cpu_usage_show()
A Ddebug_dumpsys.c44 klist_t *taskhead = &g_kobj_list.task_head; in dumpsys_task_func() local
45 klist_t *taskend = taskhead; in dumpsys_task_func()
80 for (tmp = taskhead->next; tmp != taskend; tmp = tmp->next) { in dumpsys_task_func()
91 for (tmp = taskhead->next; tmp != taskend; tmp = tmp->next) { in dumpsys_task_func()
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/include/
A Dyunit.h189 klist_t *taskhead = &g_kobj_list.task_head; \
190 klist_t *taskend = taskhead;\
196 for (tmp = taskhead->next; tmp != taskend; tmp = tmp->next) { \
/AliOS-Things-master/hardware/board/c906/adapter/
A Dcsi_rhino.c301 klist_t *taskhead; in csi_kernel_task_get_count() local
305 taskhead = &g_kobj_list.task_head; in csi_kernel_task_get_count()
306 taskend = taskhead; in csi_kernel_task_get_count()
310 for (tmp = taskhead->next; tmp != taskend; tmp = tmp->next) { in csi_kernel_task_get_count()
354 klist_t *taskhead; in csi_kernel_task_list() local
360 taskhead = &g_kobj_list.task_head; in csi_kernel_task_list()
361 taskend = taskhead; in csi_kernel_task_list()
371 for (tmp = taskhead->next; tmp != taskend; tmp = tmp->next) { in csi_kernel_task_list()
385 for (tmp = taskhead->next; tmp != taskend && real_tsk_num >= 1; tmp = tmp->next) { in csi_kernel_task_list()
399 for (tmp = taskhead->next; tmp != taskend; tmp = tmp->next) { in csi_kernel_task_list()

Completed in 25 milliseconds