Home
last modified time | relevance | path

Searched refs:task_type (Results 1 – 2 of 2) sorted by relevance

/scripts/gdb/linux/
Dtasks.py19 task_type = utils.CachedType("struct task_struct") variable
23 task_ptr_type = task_type.get_type().pointer()
88 if task_type.get_type().fields()[0].type == thread_info_type.get_type():
Dcpus.py19 task_type = utils.CachedType("struct task_struct") variable
158 task_ptr_type = task_type.get_type().pointer()