Home
last modified time | relevance | path

Searched defs:thread_info_struct (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dinfttrace.c349 struct thread_info_struct struct
364 struct thread_info_struct argument
366 struct thread_info_struct argument
367 *next_pseudo; /* All pseudo-threads are linked via this field. */
H A Dwince.c138 typedef struct thread_info_struct struct
140 struct thread_info_struct *next; argument
141 DWORD id;
142 HANDLE h;
143 char *name;
144 int suspend_count;
145 int stepped; /* True if stepped. */
146 CORE_ADDR step_pc;
147 unsigned long step_prev;
148 CONTEXT context;
H A Dwin32-nat.c98 typedef struct thread_info_struct struct
100 struct thread_info_struct *next; argument
101 DWORD id;
102 HANDLE h;
103 char *name;
104 int suspend_count;
105 int reload_context;
106 CONTEXT context;
107 STACKFRAME sf;