Searched refs:tids (Results 1 – 1 of 1) sorted by relevance
129 pthread_t tids[NUM_THREADS]; in test() local146 res = pthread_create(&tids[i], NULL, run_thread, &results[i]); in test()158 pthread_join(tids[i], NULL); in test()
Completed in 3 milliseconds