Searched refs:main_thread_id (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dwin32-nat.c125 static DWORD main_thread_id; /* Thread ID of the main thread */ variable
1222 main_thread_id = current_event.dwThreadId;
1223 current_thread = child_add_thread (main_thread_id,
1225 return main_thread_id;
1286 if (current_event.dwThreadId != main_thread_id)
1306 if (main_thread_id)
1307 child_delete_thread (main_thread_id);
1308 main_thread_id = current_event.dwThreadId;
1310 th = child_add_thread (main_thread_id,
1325 retval = main_thread_id;
[all...]
H A Dwince.c168 static DWORD main_thread_id; /* Thread ID of the main thread */ variable
1418 main_thread_id = current_event.dwThreadId;
1419 inferior_ptid = pid_to_ptid (main_thread_id);

Completed in 88 milliseconds