Home
last modified time | relevance | path

Searched refs:thread_rec (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dwince.c156 static thread_info * thread_rec (DWORD id, int get_context);
1009 thread_info *th = thread_rec (ev->dwThreadId, 1); in check_for_step()
1060 thread_rec (DWORD id, int get_context) in thread_rec() function
1088 if ((th = thread_rec (id, FALSE))) in child_add_thread()
1169 current_thread = thread_rec (PIDGET (inferior_ptid), TRUE); in child_fetch_inferior_registers()
1189 current_thread = thread_rec (PIDGET (inferior_ptid), TRUE); in child_store_inferior_registers()
1520 this_thread = current_thread = th ?: thread_rec (current_event.dwThreadId, in get_child_debug_event()
1893 th = thread_rec (current_event.dwThreadId, FALSE); in child_resume()
2090 return thread_alive (thread_rec (pid, FALSE)->h); in win32_child_thread_alive()
Dwin32-nat.c231 thread_rec (DWORD id, int get_context) in thread_rec() function
258 if ((th = thread_rec (id, FALSE))) in child_add_thread()
381 current_thread = thread_rec (PIDGET (inferior_ptid), TRUE); in child_fetch_inferior_registers()
407 current_thread = thread_rec (PIDGET (inferior_ptid), TRUE); in child_store_inferior_registers()
1073 th = thread_rec (current_event.dwThreadId, -1); in handle_exception()
1402 current_thread = th ?: thread_rec (current_event.dwThreadId, TRUE); in get_child_debug_event()
2031 th = thread_rec (current_event.dwThreadId, FALSE); in child_resume()
2246 return WaitForSingleObject (thread_rec (pid, FALSE)->h, 0) == WAIT_OBJECT_0 ? in win32_child_thread_alive()