Searched refs:pthread_ids (Results 1 – 3 of 3) sorted by relevance
36 pthread_t *pthread_ids; in main() local78 &thread_data_arguments, &pthread_ids); in main()139 if (pthread_create (&pthread_ids[TID], NULL, driver_mxv, in main()157 pthread_join (pthread_ids[TID], NULL); in main()198 free (pthread_ids); in main()
39 pthread_t **pthread_ids) in allocate_data() argument103 if ((*pthread_ids = (pthread_t *) malloc ((active_threads) in allocate_data()
84 pthread_t **pthread_ids);