Searched refs:current_thread (Results 1 – 8 of 8) sorted by relevance
340 if (!current_thread) in do_child_fetch_inferior_registers()388 if (current_thread) in child_fetch_inferior_registers()395 if (!current_thread) in do_child_store_inferior_registers()413 if (current_thread) in child_store_inferior_registers()1018 if (!current_thread) in display_selectors()1028 current_thread->context.SegCs); in display_selectors()1031 current_thread->context.SegDs); in display_selectors()1034 current_thread->context.SegEs); in display_selectors()1037 current_thread->context.SegSs); in display_selectors()1040 current_thread->context.SegFs); in display_selectors()[all …]
166 static thread_info *current_thread; /* Info on currently selected thread */ variable819 thread_info *th = current_thread; /* Info on currently selected thread */ in wince_software_single_step()959 thread_info *th = current_thread; /* Info on currently selected thread */ in wince_software_single_step()1007 thread_info *th = current_thread; /* Info on currently selected thread */ in wince_software_single_step()1125 supply_register (r, (char *) regptr (¤t_thread->context, r)); in do_child_fetch_inferior_registers()1137 current_thread = thread_rec (PIDGET (inferior_ptid), TRUE); in child_fetch_inferior_registers()1145 deprecated_read_register_gen (r, ((char *) ¤t_thread->context) + mappings[r]); in do_child_store_inferior_registers()1157 current_thread = thread_rec (PIDGET (inferior_ptid), TRUE); in child_store_inferior_registers()1484 this_thread = current_thread = th ?: thread_rec (current_event.dwThreadId, TRUE); in get_child_debug_event()1830 close_handle (current_thread->h); in child_kill_inferior()
110 void *current_thread, *current_lwp; variable617 current_thread = atcb.thread; in info_tasks()791 current_thread = e->thread; in task_command()
1946 int current_thread; in bpstat_find_step_resume_breakpoint() local1951 current_thread = pid_to_thread_id (inferior_ptid); in bpstat_find_step_resume_breakpoint()1957 (bsp->breakpoint_at->thread == current_thread || in bpstat_find_step_resume_breakpoint()
1031 static volatile TIDT current_thread = 0; in _N_() local1038 if (current_thread == 0) in _N_()1040 if (PTHREAD_SYMBOLS) current_thread = __itt_thread_id(); in _N_()1058 current_thread = 0; in _N_()1072 static volatile TIDT current_thread = 0; in _N_() local1082 if (current_thread == 0) in _N_()1084 if (PTHREAD_SYMBOLS) current_thread = __itt_thread_id(); in _N_()1170 current_thread = 0; in _N_()1172 if (__itt_fini_ittlib_ptr == _N_(fini_ittlib)) current_thread = 0; in _N_()
317 (((thread = current_thread()) != NULL) && in db_map_current()338 ((thread = current_thread()) != NULL)) in db_map_addr()
456 DWORD current_thread = ::GetCurrentThreadId(); in GetValueOnCurrentThread() local461 thread_to_thread_locals->find(current_thread); in GetValueOnCurrentThread()464 std::make_pair(current_thread, ThreadLocalValues())).first; in GetValueOnCurrentThread()465 StartWatcherThreadFor(current_thread); in GetValueOnCurrentThread()
932 Thread *current_thread = GetDefaultThread(); in DoExecute() local933 if (current_thread == nullptr) { in DoExecute()941 if (thread == current_thread) { in DoExecute()