Searched refs:thread_args (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dlinux-tdep.c1977 struct linux_corefile_thread_data thread_args; local
2011 thread_args.gdbarch = gdbarch;
2012 thread_args.obfd = obfd;
2013 thread_args.note_data = note_data;
2014 thread_args.note_size = note_size;
2016 thread_args.stop_signal = signalled_thr->suspend.stop_signal;
2018 thread_args.stop_signal = GDB_SIGNAL_0;
2021 linux_corefile_thread (signalled_thr, &thread_args);
2027 linux_corefile_thread (thr, &thread_args);
2030 note_data = thread_args
[all...]
H A Dfbsd-tdep.c715 struct fbsd_corefile_thread_data thread_args; local
763 thread_args.gdbarch = gdbarch;
764 thread_args.obfd = obfd;
765 thread_args.note_data = note_data;
766 thread_args.note_size = note_size;
767 thread_args.stop_signal = signalled_thr->suspend.stop_signal;
769 fbsd_corefile_thread (signalled_thr, &thread_args);
775 fbsd_corefile_thread (thr, &thread_args);
778 note_data = thread_args.note_data;
H A Dprocfs.c3599 struct procfs_corefile_thread_data thread_args; local
3634 thread_args.obfd = obfd;
3635 thread_args.note_data = note_data;
3636 thread_args.note_size = note_size;
3637 thread_args.stop_signal = stop_signal;
3639 &thread_args);
3640 note_data = thread_args.note_data;
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntpd.c340 void *thread_args)
342 (void)thread_args;
339 my_pthread_warmup_worker( void *thread_args) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlinux-tdep.c2085 linux_corefile_thread_data thread_args (gdbarch, obfd, note_data, note_size,
2089 linux_corefile_thread (signalled_thr, &thread_args);
2095 linux_corefile_thread (thr, &thread_args);
H A Dprocfs.c3609 procfs_corefile_thread_data thread_args (obfd, note_data, note_size,
3612 &thread_args);

Completed in 304 milliseconds