Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/
Dwin32-nat.c124 static thread_info *current_thread; /* Info on currently selected thread */ variable
337 char *context_offset = ((char *) &current_thread->context) + mappings[r]; in do_child_fetch_inferior_registers()
340 if (!current_thread) in do_child_fetch_inferior_registers()
344 if (current_thread->reload_context) in do_child_fetch_inferior_registers()
346 thread_info *th = current_thread; in do_child_fetch_inferior_registers()
356 current_thread->reload_context = 0; in do_child_fetch_inferior_registers()
385 current_thread = thread_rec (PIDGET (inferior_ptid), TRUE); in child_fetch_inferior_registers()
388 if (current_thread) in child_fetch_inferior_registers()
395 if (!current_thread) in do_child_store_inferior_registers()
398 regcache_collect (r, ((char *) &current_thread->context) + mappings[r]); in do_child_store_inferior_registers()
[all …]
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()
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()
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-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
Dittnotify_static.cpp1058 static volatile TIDT current_thread = 0; in _N_() local
1063 if (current_thread == 0) { in _N_()
1065 current_thread = __itt_thread_id(); in _N_()
1082 current_thread = 0; in _N_()
1097 static volatile TIDT current_thread = 0; in _N_() local
1105 if (current_thread == 0) { in _N_()
1107 current_thread = __itt_thread_id(); in _N_()
1200 current_thread = 0; in _N_()
1203 current_thread = 0; in _N_()
/freebsd-12-stable/sys/ddb/
Ddb_break.c317 (((thread = current_thread()) != NULL) && in db_map_current()
338 ((thread = current_thread()) != NULL)) in db_map_addr()
/freebsd-12-stable/contrib/googletest/googletest/src/
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-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectThread.cpp713 Thread *current_thread = GetDefaultThread(); in DoExecute() local
714 if (current_thread == nullptr) { in DoExecute()
721 if (thread == current_thread) { in DoExecute()
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
Dkmp_affinity.cpp442 kmp_hw_thread_t &current_thread = hw_threads[i]; in check_ids() local
446 if (previous_thread.ids[j] != current_thread.ids[j]) { in check_ids()