Home
last modified time | relevance | path

Searched refs:thread_data_arguments (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gprofng/examples/mxv-pthreads/src/
H A Dmain.c35 thread_data *thread_data_arguments; in main() local
78 &thread_data_arguments, &pthread_ids); in main()
105 thread_data_arguments[TID].do_work = false; in main()
109 thread_data_arguments[TID].thread_id = TID; in main()
110 thread_data_arguments[TID].verbose = verbose; in main()
111 thread_data_arguments[TID].do_work = true; in main()
112 thread_data_arguments[TID].repeat_count = repeat_count; in main()
116 &thread_data_arguments[TID].row_index_start, in main()
117 &thread_data_arguments[TID].row_index_end); in main()
119 thread_data_arguments[TID].m = number_of_rows; in main()
[all …]
H A Dmanage_data.c38 thread_data **thread_data_arguments, in allocate_data() argument
92 if ((*thread_data_arguments = (thread_data *) malloc ((active_threads) in allocate_data()
H A Dmydefs.h83 thread_data **thread_data_arguments,