Home
last modified time | relevance | path

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

/AliOS-Things-master/components/debug/src/
A Ddebug_dumpsys.c19 uint64_t time_total; member
39 uint64_t time_total = 0; in dumpsys_task_func() local
106 time_total = task->task_time_total_run / 20; in dumpsys_task_func()
141 taskinfoeach->time_total = time_total; in dumpsys_task_func()
179 taskinfoeach->free_size, (uint32_t)taskinfoeach->time_total, in dumpsys_task_func()
186 taskinfoeach->free_size, (uint32_t)taskinfoeach->time_total, in dumpsys_task_func()
/AliOS-Things-master/kernel/rhino/
A Dk_task.c99 task->time_total = ticks; in task_create()
101 task->time_total = RHINO_CONFIG_TIME_SLICE_DEFAULT; in task_create()
104 task->time_slice = task->time_total; in task_create()
1082 task->time_total = slice; in krhino_task_time_slice_set()
1085 task->time_total = RHINO_CONFIG_TIME_SLICE_DEFAULT; in krhino_task_time_slice_set()
1088 task->time_slice = task->time_total; in krhino_task_time_slice_set()
A Dk_sched.c542 task->time_slice = task->time_total; in time_slice_update()
/AliOS-Things-master/kernel/rhino/include/
A Dk_task.h130 uint32_t time_total; member

Completed in 7 milliseconds