Home
last modified time | relevance | path

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

/scripts/gdb/linux/
Dtasks.py86 thread_info_type = utils.CachedType("struct thread_info") variable
92 thread_info_ptr_type = thread_info_type.get_type().pointer()
100 if task.type.fields()[0].type == thread_info_type.get_type():