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

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dwin32-nat.c119 static DWORD main_thread_id; /* Thread ID of the main thread */ variable
1217 main_thread_id = current_event.dwThreadId;
1218 current_thread = child_add_thread (main_thread_id,
1220 return main_thread_id;
1281 if (current_event.dwThreadId != main_thread_id)
1301 if (main_thread_id)
1302 child_delete_thread (main_thread_id);
1303 main_thread_id = current_event.dwThreadId;
1305 th = child_add_thread (main_thread_id,
1320 retval = main_thread_id;
[all...]
H A Dwince.c163 static DWORD main_thread_id; /* Thread ID of the main thread */ variable
1414 main_thread_id = current_event.dwThreadId;
1415 inferior_ptid = pid_to_ptid (main_thread_id);
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dgdbremote_testcase.py1431 main_thread_id = int(context.get("stop_thread_id"), 16)
1479 step_count) = self.count_single_steps_until_true(main_thread_id,
1491 step_count) = self.count_single_steps_until_true(main_thread_id,
1526 step_count) = self.count_single_steps_until_true(main_thread_id,
1539 step_count) = self.count_single_steps_until_true(main_thread_id,

Completed in 186 milliseconds