Searched refs:tids (Results 1 – 2 of 2) sorted by relevance
330 pthread_t tids[NTHREADS]; in do_test() local333 tids[i] = xpthread_create (NULL, run_loop, NULL); in do_test()347 xpthread_join (tids[i]); in do_test()
88 pthread_t tids[NTHREADS]; in do_test() local91 tids[i] = xpthread_create (NULL, run_loop, NULL); in do_test()101 xpthread_join (tids[i]); in do_test()
Completed in 3 milliseconds