Home
last modified time | relevance | path

Searched refs:current_thread (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dwin32-nat.c340 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 …]
H A Dwince.c166 static thread_info *current_thread; /* Info on currently selected thread */ variable
819 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 (&current_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 *) &current_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()
H A Dada-tasks.c110 void *current_thread, *current_lwp; variable
617 current_thread = atcb.thread; in info_tasks()
791 current_thread = e->thread; in task_command()
H A Dbreakpoint.c1946 int current_thread; in bpstat_find_step_resume_breakpoint() local
1951 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()
/freebsd-12.1/contrib/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.c1031 static volatile TIDT current_thread = 0; in _N_() local
1038 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_() local
1082 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_()
/freebsd-12.1/sys/ddb/
H A Ddb_break.c317 (((thread = current_thread()) != NULL) && in db_map_current()
338 ((thread = current_thread()) != NULL)) in db_map_addr()
/freebsd-12.1/contrib/googletest/googletest/src/
H A Dgtest-port.cc456 DWORD current_thread = ::GetCurrentThreadId(); in GetValueOnCurrentThread() local
461 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()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectThread.cpp932 Thread *current_thread = GetDefaultThread(); in DoExecute() local
933 if (current_thread == nullptr) { in DoExecute()
941 if (thread == current_thread) { in DoExecute()