Searched refs:current_thread (Results 1 – 18 of 18) sorted by relevance
| /NextBSD/contrib/gdb/gdb/ |
| HD | win32-nat.c | 124 static thread_info *current_thread; /* Info on currently selected thread */ variable 337 char *context_offset = ((char *) ¤t_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 *) ¤t_thread->context) + mappings[r]); in do_child_store_inferior_registers() [all …]
|
| HD | wince.c | 166 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 (¤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()
|
| HD | ada-tasks.c | 110 void *current_thread, *current_lwp; variable 617 current_thread = atcb.thread; in info_tasks() 791 current_thread = e->thread; in task_command()
|
| HD | breakpoint.c | 1946 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/ |
| HD | dev_master.h | 93 thread_bind(current_thread(), master_processor); \ 105 thread_bind(current_thread(), PROCESSOR_NULL); \
|
| /NextBSD/sys/ddb/ |
| HD | db_break.c | 315 (((thread = current_thread()) != NULL) && in db_map_current() 336 ((thread = current_thread()) != NULL)) in db_map_addr()
|
| /NextBSD/sys/compat/mach/ipc/ |
| HD | ipc_mqueue.c | 238 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()
|
| HD | mach_msg.c | 322 ipc_thread_t self = current_thread(); in mach_msg_receive()
|
| HD | ipc_pset.c | 587 thread_t self = current_thread(); in filt_machport()
|
| HD | ipc_kmsg.c | 515 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()
|
| HD | ipc_port.c | 1457 port->ip_thread = (unsigned long) current_thread(); in ipc_port_init_debug()
|
| /NextBSD/sys/sys/mach/ |
| HD | etap_macros.h | 398 (entry)->thread_id = (u_int) current_thread(); \ 406 _ct = (u_int) current_thread(); \ 419 _ct = (u_int) current_thread(); \
|
| HD | thread.h | 625 current_thread(void) in current_thread() function 641 #define current_act() current_thread()
|
| /NextBSD/sys/compat/mach/ |
| HD | mach_clock.c | 89 thread = current_thread(); in clock_sleep()
|
| HD | mach_thread.c | 152 thread_t thread = current_thread(); in thread_block()
|
| /NextBSD/sys/compat/mach/kern/ |
| HD | task.c | 311 cur_thr_act = current_thread()->top_act; in task_terminate() 698 cur_thr = current_thread(); in task_wait_locked()
|
| HD | ipc_tt.c | 552 thread_t thr_act = current_thread(); in mach_thread_self()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandObjectThread.cpp | 892 Thread *current_thread = process->GetThreadList().GetSelectedThread().get(); in DoExecute() local 893 if (current_thread == NULL) in DoExecute() 903 if (thread == current_thread) in DoExecute()
|