Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gprofng/examples/mxv-pthreads/src/
H A Dmain.c36 pthread_t *pthread_ids; in main() local
78 &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()
H A Dmanage_data.c39 pthread_t **pthread_ids) in allocate_data() argument
103 if ((*pthread_ids = (pthread_t *) malloc ((active_threads) in allocate_data()
H A Dmydefs.h84 pthread_t **pthread_ids);