Searched defs:thread_info (Results 1 – 4 of 4) sorted by relevance
129 struct thread_info struct131 struct thread_info *next; argument132 ptid_t ptid; /* "Actual process id";135 int num; /* Convenient handle (GDB thread id) */139 char *name;145 int executing;154 int state;159 int refcount;163 struct thread_control_state control;167 struct thread_suspend_state suspend;[all …]
362 iterate_over_threads (int (*callback) (struct thread_info *, void *), in iterate_over_threads()
451 struct thread_info { struct452 uint64_t runtime;
846 pthreadDebugKThreadInfo_p thread_info) in kthdinfo_callback()