Home
last modified time | relevance | path

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

/curl/tests/libtest/
H A Dlib3026.c129 pthread_t tids[NUM_THREADS]; in test() local
146 res = pthread_create(&tids[i], NULL, run_thread, &results[i]); in test()
158 pthread_join(tids[i], NULL); in test()

Completed in 4 milliseconds