Home
last modified time | relevance | path

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

/nptl/
A Dperf.c280 pthread_t ths[si->threads]; in start_threads() local
293 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() local
359 if (ths == NULL) in main()
367 ths = &th; in main()
457 pthread_t ths[toplevel]; in main() local
[all …]

Completed in 4 milliseconds