Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDwin32-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 …]
HDwince.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()
HDada-tasks.c110 void *current_thread, *current_lwp; variable
617 current_thread = atcb.thread; in info_tasks()
791 current_thread = e->thread; in task_command()
HDbreakpoint.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()
/NextBSD/sys/sys/mach/device/
HDdev_master.h93 thread_bind(current_thread(), master_processor); \
105 thread_bind(current_thread(), PROCESSOR_NULL); \
/NextBSD/sys/ddb/
HDdb_break.c315 (((thread = current_thread()) != NULL) && in db_map_current()
336 ((thread = current_thread()) != NULL)) in db_map_addr()
/NextBSD/sys/compat/mach/ipc/
HDipc_mqueue.c238 ipc_thread_t self = current_thread(); in ipc_mqueue_send()
324 self = current_thread(); in ipc_mqueue_send()
745 MPASS(thread == current_thread()); in ipc_mqueue_receive()
870 ipc_thread_t self = current_thread(); in ipc_mqueue_finish_receive()
HDmach_msg.c322 ipc_thread_t self = current_thread(); in mach_msg_receive()
HDipc_pset.c587 thread_t self = current_thread(); in filt_machport()
HDipc_kmsg.c515 ipc_kmsg_queue_t queue = &(current_thread()->ith_messages); in ipc_kmsg_delayed_destroy()
536 ipc_kmsg_queue_t queue = &(current_thread()->ith_messages); in ipc_kmsg_reap_delayed()
HDipc_port.c1457 port->ip_thread = (unsigned long) current_thread(); in ipc_port_init_debug()
/NextBSD/sys/sys/mach/
HDetap_macros.h398 (entry)->thread_id = (u_int) current_thread(); \
406 _ct = (u_int) current_thread(); \
419 _ct = (u_int) current_thread(); \
HDthread.h625 current_thread(void) in current_thread() function
641 #define current_act() current_thread()
/NextBSD/sys/compat/mach/
HDmach_clock.c89 thread = current_thread(); in clock_sleep()
HDmach_thread.c152 thread_t thread = current_thread(); in thread_block()
/NextBSD/sys/compat/mach/kern/
HDtask.c311 cur_thr_act = current_thread()->top_act; in task_terminate()
698 cur_thr = current_thread(); in task_wait_locked()
HDipc_tt.c552 thread_t thr_act = current_thread(); in mach_thread_self()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectThread.cpp892 Thread *current_thread = process->GetThreadList().GetSelectedThread().get(); in DoExecute() local
893 if (current_thread == NULL) in DoExecute()
903 if (thread == current_thread) in DoExecute()