Searched defs:thread_info_struct (Results 1 – 3 of 3) sorted by relevance
349 struct thread_info_struct struct364 struct thread_info_struct argument366 struct thread_info_struct argument367 *next_pseudo; /* All pseudo-threads are linked via this field. */
138 typedef struct thread_info_struct struct140 struct thread_info_struct *next; argument141 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;
98 typedef struct thread_info_struct struct100 struct thread_info_struct *next; argument101 DWORD id;102 HANDLE h;103 char *name;104 int suspend_count;105 int reload_context;106 CONTEXT context;107 STACKFRAME sf;