Home
last modified time | relevance | path

Searched refs:active_threads (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gprofng/examples/mxv-pthreads/src/
H A Dmain.c40 int64_t active_threads; in main() local
99 &remainder_rows, &active_threads); in main()
103 for (int64_t TID=active_threads; TID<number_of_threads; TID++) in main()
107 for (int64_t TID=0; TID<active_threads; TID++) in main()
137 for (int TID=0; TID<active_threads; TID++) in main()
155 for (int TID=0; TID<active_threads; TID++) in main()
H A Dworkload.c34 int64_t *active_threads) in get_workload_stats() argument
47 *active_threads = number_of_threads < number_of_rows in get_workload_stats()
54 printf ("Number of active threads = %ld\n", *active_threads); in get_workload_stats()
H A Dmanage_data.c31 void allocate_data (int active_threads, in allocate_data() argument
92 if ((*thread_data_arguments = (thread_data *) malloc ((active_threads) in allocate_data()
103 if ((*pthread_ids = (pthread_t *) malloc ((active_threads) in allocate_data()
H A Dmydefs.h76 void allocate_data (int active_threads,
96 int64_t *active_threads);