Home
last modified time | relevance | path

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

/AliOS-Things-master/components/trace/Config/
A DSEGGER_SYSVIEW_AliOSThings.c68 klist_t *taskend = taskhead; in _cbSendTaskList() local
73 for (tmp = taskhead->next; tmp != taskend; tmp = tmp->next) { in _cbSendTaskList()
/AliOS-Things-master/components/debug/src/
A Ddebug_cpuusage.c45 klist_t *taskend = taskhead; in debug_task_cpu_usage_stats() local
74 for (tmp = taskhead->next; tmp != taskend; tmp = tmp->next) { in debug_task_cpu_usage_stats()
91 klist_t *taskend = taskhead; in debug_total_cpu_usage_show() local
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.c45 klist_t *taskend = taskhead; in dumpsys_task_func() local
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/board/c906/adapter/
A Dcsi_rhino.c302 klist_t *taskend; in csi_kernel_task_get_count() local
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()
355 klist_t *taskend; in csi_kernel_task_list() local
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()
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/include/
A Dyunit.h190 klist_t *taskend = taskhead;\
196 for (tmp = taskhead->next; tmp != taskend; tmp = tmp->next) { \

Completed in 8 milliseconds