Home
last modified time | relevance | path

Searched refs:thread_args (Results 1 – 8 of 8) sorted by relevance

/freebsd-9-stable/usr.sbin/nscd/
Dnscd.c592 struct processing_thread_args *thread_args; in main() local
834 thread_args = malloc( in main()
835 sizeof(*thread_args)); in main()
836 thread_args->the_cache = s_cache; in main()
837 thread_args->the_runtime_env = s_runtime_env; in main()
838 thread_args->the_configuration = s_configuration; in main()
843 thread_args); in main()
845 thread_args = NULL; in main()
/freebsd-9-stable/usr.bin/csup/
Dmisc.h92 struct thread_args { struct
Dproto.c536 struct thread_args lister_args; in proto_run()
537 struct thread_args detailer_args; in proto_run()
538 struct thread_args updater_args; in proto_run()
539 struct thread_args *args; in proto_run()
Dlister.c75 struct thread_args *args; in lister()
Ddetailer.c81 struct thread_args *args; in detailer()
Dupdater.c225 struct thread_args *args; in updater()
/freebsd-9-stable/contrib/gdb/gdb/
Dprocfs.c5890 struct procfs_corefile_thread_data thread_args; in procfs_make_note_section() local
5924 thread_args.obfd = obfd; in procfs_make_note_section()
5925 thread_args.note_data = note_data; in procfs_make_note_section()
5926 thread_args.note_size = note_size; in procfs_make_note_section()
5927 proc_iterate_over_threads (pi, procfs_corefile_thread_callback, &thread_args); in procfs_make_note_section()
5929 if (thread_args.note_data == note_data) in procfs_make_note_section()
5938 note_data = thread_args.note_data; in procfs_make_note_section()
/freebsd-9-stable/contrib/ntp/ntpd/
Dntpd.c292 void *thread_args) in my_pthread_warmup_worker() argument
294 (void)thread_args; in my_pthread_warmup_worker()