Home
last modified time | relevance | path

Searched refs:thread_info (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-12.1/contrib/gdb/gdb/
H A Dthread-db.c254 struct thread_info *thread_info; in thread_get_info_callback() local
280 *(struct thread_info **) infop = thread_info; in thread_get_info_callback()
309 thread_db_get_info (struct thread_info *thread_info) in thread_db_get_info() argument
336 struct thread_info *thread_info; in thread_from_lwp() local
351 gdb_assert (thread_info && thread_info->private->ti_valid); in thread_from_lwp()
359 struct thread_info *thread_info; in lwp_from_thread() local
933 struct thread_info *thread_info; in thread_db_fetch_registers() local
971 struct thread_info *thread_info; in thread_db_store_registers() local
1073 struct thread_info *thread_info; in thread_db_thread_alive() local
1151 struct thread_info *thread_info; in thread_db_pid_to_str() local
[all …]
H A Dthread.c72 struct thread_info *tp; in delete_step_resume_breakpoint()
122 struct thread_info *
125 struct thread_info *tp; in add_thread()
161 struct thread_info *tp; in find_thread_id()
171 struct thread_info *
174 struct thread_info *tp; in find_thread_pid()
197 struct thread_info *
201 struct thread_info *tp; in iterate_over_threads()
213 struct thread_info *tp; in valid_thread_id()
225 struct thread_info *tp; in pid_to_thread_id()
[all …]
H A Dgdbthread.h38 struct thread_info struct
40 struct thread_info *next; argument
84 extern struct thread_info *add_thread (ptid_t ptid); argument
109 extern struct thread_info *find_thread_pid (ptid_t ptid);
113 typedef int (*thread_callback_func) (struct thread_info *, void *);
114 extern struct thread_info *iterate_over_threads (thread_callback_func, void *);
H A Dinfttrace.c372 thread_info; typedef
605 thread_info *p; in create_thread_info()
680 thread_info *p; in clear_thread_info()
681 thread_info *q; in clear_thread_info()
722 thread_info *p; in find_thread_info()
753 thread_info *p; in map_from_gdb_tid()
802 thread_info *p; in map_to_gdb_tid()
832 thread_info *p; in saved_signals_exist()
914 thread_info *p; in add_tthread()
928 thread_info *p; in del_tthread()
[all …]
H A Dwince.c155 thread_info; typedef
805 undoSStep (thread_info * th) in undoSStep()
941 undoSStep (thread_info * th) in undoSStep()
1028 static thread_info *
1031 thread_info *th; in thread_rec()
1053 static thread_info *
1056 thread_info *th; in child_add_thread()
1093 thread_info *th; in child_delete_thread()
1341 thread_info *th; in child_continue()
1371 thread_info *th = NULL; in get_child_debug_event()
[all …]
H A Duw-thread.c229 static struct thread_info *switchto_thread;
418 struct thread_info *info; in thr_to_lwp()
438 find_thread_lwp_callback (struct thread_info *tp, void *data) in find_thread_lwp_callback()
456 static struct thread_info *
468 struct thread_info *info; in lwp_to_thr()
521 struct thread_info *newthread; in add_thread_uw()
568 struct thread_info *info; in find_main()
627 struct thread_info *info; in libthread_stub()
761 struct thread_info *info; in uw_thread_fetch_registers()
884 uw_extra_thread_info (struct thread_info *info) in uw_extra_thread_info()
H A Dwin32-nat.c115 thread_info; typedef
117 static thread_info thread_head;
235 static thread_info *
238 thread_info *th; in thread_rec()
258 static thread_info *
261 thread_info *th; in child_add_thread()
314 thread_info *th; in child_delete_thread()
1070 thread_info *th; in handle_exception()
1176 thread_info *th; in child_continue()
1236 thread_info *th; in get_child_debug_event()
[all …]
H A Dtarget.h281 struct thread_info; /* fwd decl for parameter list below: */
376 char *(*to_extra_thread_info) (struct thread_info *);
H A Dlin-lwp.c481 struct thread_info *tp; in resume_callback()
/freebsd-12.1/contrib/gdb/gdb/gdbserver/
H A Dinferiors.c28 struct thread_info struct
37 struct thread_info *current_inferior; argument
39 #define get_thread(inf) ((struct thread_info *)(inf))
107 struct thread_info *new_thread in add_thread()
108 = (struct thread_info *) malloc (sizeof (*new_thread)); in add_thread()
126 struct thread_info *thread = get_thread (inf); in free_one_thread()
132 remove_thread (struct thread_info *thread) in remove_thread()
178 inferior_target_data (struct thread_info *inferior) in inferior_target_data()
184 set_inferior_target_data (struct thread_info *inferior, void *data) in set_inferior_target_data()
190 inferior_regcache_data (struct thread_info *inferior) in inferior_regcache_data()
[all …]
H A Dserver.h77 struct thread_info;
96 extern struct thread_info *current_inferior;
99 void remove_thread (struct thread_info *thread);
109 void *inferior_target_data (struct thread_info *);
110 void set_inferior_target_data (struct thread_info *, void *);
111 void *inferior_regcache_data (struct thread_info *);
112 void set_inferior_regcache_data (struct thread_info *, void *);
H A Dproc-service.c132 struct thread_info *reg_inferior, *save_inferior; in ps_lgetregs()
135 reg_inferior = (struct thread_info *) find_inferior_id (&all_threads, in ps_lgetregs()
162 struct thread_info *reg_inferior, *save_inferior; in ps_lsetregs()
165 reg_inferior = (struct thread_info *) find_inferior_id (&all_threads, lwpid); in ps_lsetregs()
193 struct thread_info *reg_inferior, *save_inferior; in ps_lgetfpregs()
196 reg_inferior = (struct thread_info *) find_inferior_id (&all_threads, lwpid); in ps_lgetfpregs()
224 struct thread_info *reg_inferior, *save_inferior; in ps_lsetfpregs()
227 reg_inferior = (struct thread_info *) find_inferior_id (&all_threads, lwpid); in ps_lsetfpregs()
H A Dtarget.c31 struct thread_info *found; in set_desired_inferior()
35 found = (struct thread_info *) find_inferior_id (&all_threads, in set_desired_inferior()
46 found = (struct thread_info *) find_inferior_id (&all_threads, in set_desired_inferior()
50 found = (struct thread_info *) find_inferior_id (&all_threads, in set_desired_inferior()
55 current_inferior = (struct thread_info *) all_threads.head; in set_desired_inferior()
H A Dregcache.c46 get_regcache (struct thread_info *inf, int fetch) in get_regcache()
68 struct thread_info *thread = (struct thread_info *) entry; in regcache_invalidate_one()
75 struct thread_info *saved_inferior = current_inferior; in regcache_invalidate_one()
H A Dthread-db.c233 struct thread_info *inferior; in maybe_attach_thread()
240 inferior = (struct thread_info *) all_threads.head; in maybe_attach_thread()
250 inferior = (struct thread_info *) find_inferior_id (&all_threads, in maybe_attach_thread()
259 inferior = (struct thread_info *) find_inferior_id (&all_threads, in maybe_attach_thread()
/freebsd-12.1/contrib/apr-util/test/
H A Dtestreslist.c112 my_thread_info_t *thread_info = data; in resource_consuming_thread() local
113 apr_reslist_t *rl = thread_info->reslist; in resource_consuming_thread()
123 ABTS_INT_EQUAL(thread_info->tc, APR_SUCCESS, rv); in resource_consuming_thread()
125 apr_sleep(thread_info->work_delay_sleep); in resource_consuming_thread()
131 ABTS_INT_EQUAL(thread_info->tc, APR_SUCCESS, rv); in resource_consuming_thread()
134 ABTS_INT_EQUAL(thread_info->tc, APR_SUCCESS, rv); in resource_consuming_thread()
222 my_thread_info_t thread_info[CONSUMER_THREADS]; in test_reslist() local
240 thread_info[i].tid = i; in test_reslist()
241 thread_info[i].tc = tc; in test_reslist()
242 thread_info[i].reslist = rl; in test_reslist()
[all …]
/freebsd-12.1/gnu/usr.bin/gdb/gdbserver/
H A Dfbsd-low.c219 struct thread_info *thread = (struct thread_info *) entry; in fbsd_kill_one_process()
241 struct thread_info *thread = (struct thread_info *) entry; in fbsd_detach_one_process()
270 struct thread_info *saved_inferior; in check_removed_breakpoint()
624 struct thread_info *child = NULL; in fbsd_wait()
779 struct thread_info *saved_inferior; in fbsd_resume_one_process()
879 struct thread_info *thread; in fbsd_set_resume_request()
882 thread = (struct thread_info *) entry; in fbsd_set_resume_request()
902 struct thread_info *thread; in fbsd_continue_one_thread()
905 thread = (struct thread_info *) entry; in fbsd_continue_one_thread()
932 struct thread_info *thread; in fbsd_queue_one_thread()
[all …]
H A Dfbsd-low.h68 #define get_process_thread(proc) ((struct thread_info *) \
/freebsd-12.1/contrib/libcxxrt/
H A Dexception.cc355 free(thread_info); in thread_cleanup()
395 static __cxa_thread_info *thread_info() in thread_info() function
424 return &(thread_info()->globals); in __cxa_get_globals()
464 __cxa_thread_info *info = thread_info(); in emergency_malloc()
761 __cxa_thread_info *info = thread_info(); in throw_exception()
855 __cxa_thread_info *ti = thread_info(); in __cxa_rethrow()
1232 __cxa_thread_info *ti = thread_info();
1520 __cxa_thread_info *info = thread_info();
1529 __cxa_thread_info *info = thread_info();
1537 __cxa_thread_info *info = thread_info();
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadDarwin.cpp29 auto mach_err = ::thread_info(mach_port_id, THREAD_IDENTIFIER_INFO, in GetGloballyUniqueThreadIDForMachPortID()
54 kern_return_t kret = ::thread_info(m_mach_thread_port, THREAD_IDENTIFIER_INFO, in GetIdentifierInfo()
253 kern_return_t err = ::thread_info(thread, THREAD_BASIC_INFO, in GetBasicInfo()
H A DNativeThreadListDarwin.cpp130 …return ::thread_info (mach_port_number, THREAD_IDENTIFIER_INFO, (thread_info_t)ident_info, &count)…
/freebsd-12.1/gnu/usr.bin/gdb/kgdb/
H A Dkgdb.h32 struct thread_info;
H A Dtrgt.c115 struct thread_info *ti; in kgdb_trgt_open()
217 kgdb_trgt_extra_thread_info(struct thread_info *ti) in kgdb_trgt_extra_thread_info()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp1968 StructuredData::ObjectSP thread_info = GetExtendedInfo(); in GetDescription() local
1971 if (thread_info && print_json_thread) { in GetDescription()
1972 thread_info->Dump(strm); in GetDescription()
1987 if (thread_info) { in GetDescription()
1989 thread_info->GetObjectForDotSeparatedPath("activity"); in GetDescription()
1991 thread_info->GetObjectForDotSeparatedPath("breadcrumb"); in GetDescription()
1993 thread_info->GetObjectForDotSeparatedPath("trace_messages"); in GetDescription()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cc135 kern_return_t err = thread_info(thread, THREAD_IDENTIFIER_INFO, in Append()

12