Searched refs:ths (Results 1 – 1 of 1) sorted by relevance
280 pthread_t ths[si->threads]; in start_threads() local293 if (ths[i] != 0) in start_threads()296 err = pthread_join (ths[i], NULL); in start_threads()304 err = pthread_create (&ths[i], &attr, work, in start_threads()320 if (ths[i] != 0) in start_threads()322 err = pthread_join (ths[i], NULL); in start_threads()348 pthread_t *ths = NULL; in main() local359 if (ths == NULL) in main()367 ths = &th; in main()457 pthread_t ths[toplevel]; in main() local[all …]
Completed in 4 milliseconds