Searched refs:active_threads (Results 1 – 4 of 4) sorted by relevance
40 int64_t active_threads; in main() local99 &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()
34 int64_t *active_threads) in get_workload_stats() argument47 *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()
31 void allocate_data (int active_threads, in allocate_data() argument92 if ((*thread_data_arguments = (thread_data *) malloc ((active_threads) in allocate_data()103 if ((*pthread_ids = (pthread_t *) malloc ((active_threads) in allocate_data()
76 void allocate_data (int active_threads,96 int64_t *active_threads);