Searched refs:thread_args (Results 1 – 8 of 8) sorted by relevance
592 struct processing_thread_args *thread_args; in main() local834 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()
92 struct thread_args { struct
536 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()
75 struct thread_args *args; in lister()
81 struct thread_args *args; in detailer()
225 struct thread_args *args; in updater()
5890 struct procfs_corefile_thread_data thread_args; in procfs_make_note_section() local5924 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()
292 void *thread_args) in my_pthread_warmup_worker() argument294 (void)thread_args; in my_pthread_warmup_worker()